Skip to content

Commit

Permalink
Auto merge of rust-lang#110285 - KisaragiEffective:sync-stdarch, r=Am…
Browse files Browse the repository at this point in the history
…anieu

stdarch: update submodule

We need [this commit](rust-lang/stdarch@cf3deea) introduced by [stdarch#1411](rust-lang/stdarch#1411) in order to merge rust-lang#110189.

Note to myself: `git pull && git submodule update --remote library/stdarch`
  • Loading branch information
bors committed May 9, 2023
2 parents ecd3dba + a4014f0 commit f7b831a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion library/std/tests/run-time-detect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit f7b831a

Please sign in to comment.