Skip to content

Commit

Permalink
Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update stdarch submodule

Splits up #27731 into multiple tracking issues.

Closes #27731
  • Loading branch information
bors committed Feb 5, 2024
2 parents f4ae05b + 8a8d32c commit 186e630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pass/intrinsics-x86-aes-vaes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//@ignore-target-wasm32
//@compile-flags: -C target-feature=+aes,+vaes,+avx512f

#![feature(avx512_target_feature, stdsimd)]
#![feature(avx512_target_feature, stdarch_x86_avx512)]

use core::mem::transmute;
#[cfg(target_arch = "x86")]
Expand Down
2 changes: 1 addition & 1 deletion tests/pass/intrinsics-x86-avx512.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//@compile-flags: -C target-feature=+avx512f,+avx512vl,+avx512bitalg,+avx512vpopcntdq

#![feature(avx512_target_feature)]
#![feature(stdsimd)]
#![feature(stdarch_x86_avx512)]

#[cfg(target_arch = "x86")]
use std::arch::x86::*;
Expand Down

0 comments on commit 186e630

Please sign in to comment.