We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b06bda commit 16f80d8Copy full SHA for 16f80d8
cpu-features/src/main.rs
@@ -4,7 +4,15 @@
4
)]
5
#![cfg_attr(
6
all(target_arch = "x86_64", feature = "nightly"),
7
- feature(stdarch_x86_feature_detection)
+ feature(xop_target_feature)
8
+)]
9
+#![cfg_attr(
10
+ all(target_arch = "x86_64", feature = "nightly"),
11
+ feature(movrs_target_feature)
12
13
14
15
+ feature(x86_amx_intrinsics)
16
17
18
use std::fmt::{self, Write as _};
0 commit comments