We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1898f5 commit 2fc5931Copy full SHA for 2fc5931
crates/std_detect/src/detect/arch/arm.rs
@@ -22,4 +22,6 @@ features! {
22
/// FEAT_AES (AES instructions)
23
@FEATURE: #[unstable(feature = "stdsimd", issue = "27731")] sha2: "sha2";
24
/// FEAT_SHA1 & FEAT_SHA256 (SHA1 & SHA2-256 instructions)
25
+ @FEATURE: #[unstable(feature = "stdsimd", issue = "27731")] i8mm: "i8mm";
26
+ /// FEAT_I8MM
27
}
0 commit comments