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 969b6fbCopy full SHA for 969b6fb
cpu-features/src/main.rs
@@ -6,6 +6,18 @@
6
all(target_arch = "x86_64", feature = "nightly"),
7
feature(stdarch_x86_feature_detection)
8
)]
9
+#![cfg_attr(
10
+ all(target_arch = "x86_64", feature = "nightly"),
11
+ feature(xop_target_feature)
12
+)]
13
14
15
+ feature(movrs_target_feature)
16
17
18
19
+ feature(x86_amx_intrinsics)
20
21
22
use std::fmt::{self, Write as _};
23
0 commit comments