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 3f10ee6 commit f917333Copy full SHA for f917333
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"));
0 commit comments