Skip to content

Commit 5259576

Browse files
committed
Auto merge of rust-lang#84665 - adamgemmell:aarch64-features, r=Amanieu
Update list of allowed aarch64 features I recently added these features to std_detect for aarch64 linux, pending [review](rust-lang/stdarch#1146). I have commented any features not supported by LLVM 9, the current minimum version for Rust. Some (PAuth at least) were renamed between 9 & 12 and I've left them disabled. TME, however, is not in LLVM 9 but I've left it enabled. See rust-lang/stdarch#993
2 parents 1a6bffc + a5fd83b commit 5259576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/tests/run-time-detect.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ fn aarch64_linux() {
2727
println!("asimd: {}", is_aarch64_feature_detected!("asimd"));
2828
println!("sve: {}", is_aarch64_feature_detected!("sve"));
2929
println!("crc: {}", is_aarch64_feature_detected!("crc"));
30-
println!("crypto: {}", is_aarch64_feature_detected!("crypto"));
3130
println!("lse: {}", is_aarch64_feature_detected!("lse"));
3231
println!("rdm: {}", is_aarch64_feature_detected!("rdm"));
3332
println!("rcpc: {}", is_aarch64_feature_detected!("rcpc"));

0 commit comments

Comments
 (0)