Searched refs:have_avx (Results 1 – 4 of 4) sorted by relevance
161 const bool have_avx = in Initialize() local175 cpuid->have_avx_ = have_avx; in Initialize()176 cpuid->have_fma_ = have_avx && ((ecx >> 12) & 0x1); in Initialize()177 cpuid->have_f16c_ = have_avx && ((ecx >> 29) & 0x1); in Initialize()187 cpuid->have_avx2_ = have_avx && ((ebx >> 5) & 0x1); in Initialize()
163 …vx, [AS_HELP_STRING([--enable-avx],[enable AVX optimizations])], have_avx=$enableval, have_avx=yes)165 have_avx=no167 if test "$have_avx" = "yes"; then171 AM_CONDITIONAL(HAVE_AVX, test "$have_avx" = "yes")203 Enable AVX: ${have_avx}
1172 bool have_avx; member1191 os_support.have_avx = HasYmmOsXSave(xcr0_eax); in CheckOsSupport()1329 if (os_support.have_avx) { in ParseCpuId()1377 if (os_support.have_avx) { in ParseExtraAMDCpuId()
345 have_avx = false # no avx opus code yet