Home
last modified time | relevance | path

Searched refs:FLAC__AVX_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/external/flac/src/libFLAC/include/private/
Dcpu.h73 #define FLAC__AVX_SUPPORTED 1 macro
103 #define FLAC__AVX_SUPPORTED 1 macro
116 #define FLAC__AVX_SUPPORTED 1 macro
137 #define FLAC__AVX_SUPPORTED 1 macro
149 #ifndef FLAC__AVX_SUPPORTED
150 #define FLAC__AVX_SUPPORTED 0 macro
/external/flac/src/libFLAC/
Dcpu.c85 #if (defined _MSC_VER || defined __INTEL_COMPILER) && FLAC__AVX_SUPPORTED in cpu_xgetbv_x86()
141 #if FLAC__AVX_SUPPORTED in cpuinfo_x86()
190 if (FLAC__AVX_SUPPORTED) { in x86_cpu_info()
212 if (FLAC__AVX_SUPPORTED) { in x86_cpu_info()
221 if (FLAC__AVX_SUPPORTED && info->x86.avx && x86_osxsave && (cpu_xgetbv_x86() & 0x6) == 0x6) { in x86_cpu_info()