Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dcpu.c83 cpu_xgetbv_x86(void) in cpu_xgetbv_x86() function
221 if (FLAC__AVX_SUPPORTED && info->x86.avx && x86_osxsave && (cpu_xgetbv_x86() & 0x6) == 0x6) { in x86_cpu_info()