Module core::core_arch::x86::cpuid

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86 or x86-64 only.
Expand description

cpuid intrinsics

Structs

Functions

  • has_cpuidExperimental
    Does the host support the cpuid instruction?
  • Returns the result of the cpuid instruction for a given leaf (EAX) and sub_leaf (ECX).
  • Returns the highest-supported leaf (EAX) and sub-leaf (ECX) cpuid values.