std: remove test for arm's crypto feature
please see https://github.com/rust-lang/rust/pull/110285#issuecomment-1521201953 for more details
This commit is contained in:
parent
f7e54b85c4
commit
a4014f08a7
@ -16,7 +16,6 @@ fn arm_linux() {
|
|||||||
// tidy-alphabetical-start
|
// tidy-alphabetical-start
|
||||||
println!("aes: {}", is_arm_feature_detected!("aes"));
|
println!("aes: {}", is_arm_feature_detected!("aes"));
|
||||||
println!("crc: {}", is_arm_feature_detected!("crc"));
|
println!("crc: {}", is_arm_feature_detected!("crc"));
|
||||||
println!("crypto: {}", is_arm_feature_detected!("crypto"));
|
|
||||||
println!("neon: {}", is_arm_feature_detected!("neon"));
|
println!("neon: {}", is_arm_feature_detected!("neon"));
|
||||||
println!("pmull: {}", is_arm_feature_detected!("pmull"));
|
println!("pmull: {}", is_arm_feature_detected!("pmull"));
|
||||||
println!("sha2: {}", is_arm_feature_detected!("sha2"));
|
println!("sha2: {}", is_arm_feature_detected!("sha2"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user