Closed
Description
Rust provides a macro is_x86_feature_detected
to figure out what features are supported. It knows about platform-specific ways to detect features and caches the results for future invocations. This should be used instead of calling cpuid
directly.
Metadata
Metadata
Assignees
Labels
No labels