pub fn cpu_features() -> &'static CpuFeaturesExpand 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.