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