pub fn has_invariant_tsc() -> boolExpand description
Check if CPU has invariant TSC via CPUID.
Invariant TSC means the TSC runs at constant rate regardless of CPU frequency changes (power management, turbo boost, etc.)
ยงSafety
Uses CPUID instruction which is always available on x86_64.