Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcpu.c94 int max_cpuid_value; in x86CPUInfo() local
99 max_cpuid_value = cpu_info[0]; in x86CPUInfo()
100 if (max_cpuid_value < 1) { in x86CPUInfo()
122 if (x86CPUInfo(kAVX) && max_cpuid_value >= 7) { in x86CPUInfo()