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