Expand description
Unified cross-platform CPU feature detection library.
This crate provides a unified API for querying CPU features across x86/x86_64, ARM, and RISC-V architectures.
Modules§
- x86
- x86/x86_64 architecture support module.
Enums§
- CpuInfo
- Enum representing CPU information for the current architecture.
- Instruction
Set - Enum representing supported CPU instruction sets and features across architectures.
Functions§
- get_
cpu_ info - Gathers CPU information for the current architecture.