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.
2 parents 7bb5bb3 + 7b59872 commit a6d6027Copy full SHA for a6d6027
std/tests/run-time-detect.rs
@@ -16,7 +16,6 @@ fn arm_linux() {
16
// tidy-alphabetical-start
17
println!("aes: {}", is_arm_feature_detected!("aes"));
18
println!("crc: {}", is_arm_feature_detected!("crc"));
19
- println!("crypto: {}", is_arm_feature_detected!("crypto"));
20
println!("neon: {}", is_arm_feature_detected!("neon"));
21
println!("pmull: {}", is_arm_feature_detected!("pmull"));
22
println!("sha2: {}", is_arm_feature_detected!("sha2"));
stdarch
@@ -1 +1 @@
1
-Subproject commit b655243782c18d3419439daa523782e0818ecf26
+Subproject commit 7e2cdc675b92165c5f8c4c794620252be4605e74
0 commit comments