🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86 or x86-64 only.
Expand description
cpuid
intrinsics
Structs
- Result of the
cpuid
instruction.
Functions
- has_cpuidExperimentalDoes the host support the
cpuid
instruction? - See
__cpuid_count
. - Returns the result of the
cpuid
instruction for a givenleaf
(EAX
) andsub_leaf
(ECX
). - Returns the highest-supported
leaf
(EAX
) and sub-leaf (ECX
)cpuid
values.