Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcpu.c120 int max_cpuid_value; in x86CPUInfo() local
126 max_cpuid_value = cpu_info[0]; in x86CPUInfo()
127 if (max_cpuid_value < 1) { in x86CPUInfo()
163 if (x86CPUInfo(kAVX) && max_cpuid_value >= 7) { in x86CPUInfo()