Files
rust/library/std_detect/tests
Jarrod Petz 1c3a69a6e4 Detect clflushopt in is_x86_feature_detected!
Wire up runtime detection for the `clflushopt` feature: add it to the
`is_x86_feature_detected!` feature list (gated on `clflushopt_target_feature`),
enable it from CPUID leaf 7 EBX bit 23, and add it to the std_detect
x86-specific dump test.
2026-05-29 21:08:11 +10:00
..