Parses the x86 CPUID instruction output, providing detailed information about CPU features and capabilities without external dependencies.
# Cargo.toml
[dependencies]
raw-cpuid = "11.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Queries CPU vendor and checks for SSE2 support using raw_cpuid.
Use cfg!(target_arch = "x86_64") or cfg!(target_arch = "x86") to guard usage.
No dependency data recorded yet.