Home
last modified time | relevance | path

Searched refs:have_avx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dcpu_info.cc161 const bool have_avx = in Initialize() local
175 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()
/external/adhd/cras/
Dconfigure.ac163 …vx, [AS_HELP_STRING([--enable-avx],[enable AVX optimizations])], have_avx=$enableval, have_avx=yes)
165 have_avx=no
167 if test "$have_avx" = "yes"; then
171 AM_CONDITIONAL(HAVE_AVX, test "$have_avx" = "yes")
203 Enable AVX: ${have_avx}
/external/cpu_features/src/
Dcpuinfo_x86.c1172 bool have_avx; member
1191 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()
/external/libopus/
Dmeson.build345 have_avx = false # no avx opus code yet