Skip to content

Commit 2fc5931

Browse files
committed
update runtime feature detect
1 parent a1898f5 commit 2fc5931

File tree

1 file changed

+2
-0
lines changed
  • crates/std_detect/src/detect/arch

1 file changed

+2
-0
lines changed

crates/std_detect/src/detect/arch/arm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ features! {
2222
/// FEAT_AES (AES instructions)
2323
@FEATURE: #[unstable(feature = "stdsimd", issue = "27731")] sha2: "sha2";
2424
/// FEAT_SHA1 & FEAT_SHA256 (SHA1 & SHA2-256 instructions)
25+
@FEATURE: #[unstable(feature = "stdsimd", issue = "27731")] i8mm: "i8mm";
26+
/// FEAT_I8MM
2527
}

0 commit comments

Comments
 (0)