Available on x86 or x86-64 only.
Expand description
cpuid intrinsics
Structs§
- Cpuid
Result - Result of the
cpuidinstruction.
Functions§
- __cpuid⚠
- See
__cpuid_count. - __
cpuid_ ⚠count - Returns the result of the
cpuidinstruction for a givenleaf(EAX) andsub_leaf(ECX). - __
get_ ⚠cpuid_ max - Returns the highest-supported
leaf(EAX) and sub-leaf (ECX)cpuidvalues.