Skip to main content

cpu_features

Function cpu_features 

Source
pub fn cpu_features() -> &'static CpuFeatures
Expand description

Resolved CPU capabilities for this host, detected once and cached.

This is the hot-path entry point: dispatchers read cpu_features().tier. The detection (and any CERA_CPU_TIER env read) happens exactly once.