Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu

stdarch: update submodule

We need [this commit](cf3deeae3a) introduced by [stdarch#1411](https://github.com/rust-lang/stdarch/pull/1411) in order to merge #110189.

Note to myself: `git pull && git submodule update --remote library/stdarch`
This commit is contained in:
bors 2023-05-09 12:28:34 +00:00
commit f7b831ac8a
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ fn arm_linux() {
// tidy-alphabetical-start
println!("aes: {}", is_arm_feature_detected!("aes"));
println!("crc: {}", is_arm_feature_detected!("crc"));
println!("crypto: {}", is_arm_feature_detected!("crypto"));
println!("neon: {}", is_arm_feature_detected!("neon"));
println!("pmull: {}", is_arm_feature_detected!("pmull"));
println!("sha2: {}", is_arm_feature_detected!("sha2"));

@ -1 +1 @@
Subproject commit b655243782c18d3419439daa523782e0818ecf26
Subproject commit 7e2cdc675b92165c5f8c4c794620252be4605e74