mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-21 23:26:41 -04:00
1c3a69a6e4
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.