Expand description
CPU feature detection and SIMD capability management
This module provides runtime detection of SIMD capabilities and manages CPU feature information through a cached singleton pattern for optimal performance.
Structs§
- CpuFeatures
- CPU feature flags detected at runtime
- Simd
Capabilities - Extended SIMD capabilities including cache information
Functions§
- detect_
simd_ capabilities - Detect SIMD capabilities for the current system
- get_
cpu_ features - Get CPU features with lazy initialization