Module detect

Module detect 

Source
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
SimdCapabilities
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