Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dx86.c57 unsigned maxbasic; in x86_check_features() local
59 cpuid(0, &maxbasic, &ebx, &ecx, &edx); in x86_check_features()
68 if (maxbasic >= 7) { in x86_check_features()