We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904467a commit d3737a6Copy full SHA for d3737a6
library/std/tests/run-time-detect.rs
@@ -27,7 +27,6 @@ fn aarch64_linux() {
27
println!("asimd: {}", is_aarch64_feature_detected!("asimd"));
28
println!("sve: {}", is_aarch64_feature_detected!("sve"));
29
println!("crc: {}", is_aarch64_feature_detected!("crc"));
30
- println!("crypto: {}", is_aarch64_feature_detected!("crypto"));
31
println!("lse: {}", is_aarch64_feature_detected!("lse"));
32
println!("rdm: {}", is_aarch64_feature_detected!("rdm"));
33
println!("rcpc: {}", is_aarch64_feature_detected!("rcpc"));
0 commit comments