Add +sse4.2 due to #128426
This commit is contained in:
parent
c866e1f812
commit
34f29a24bb
4 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
//@ignore-target-s390x
|
||||
//@ignore-target-thumbv7em
|
||||
//@ignore-target-wasm32
|
||||
//@compile-flags: -C target-feature=+aes,+vaes,+avx512f
|
||||
//@compile-flags: -C target-feature=+aes,+vaes,+avx512f,+sse4.2
|
||||
|
||||
#![feature(avx512_target_feature, stdarch_x86_avx512)]
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
//@ignore-target-s390x
|
||||
//@ignore-target-thumbv7em
|
||||
//@ignore-target-wasm32
|
||||
//@compile-flags: -C target-feature=+avx
|
||||
//@compile-flags: -C target-feature=+avx,+sse4.2
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
use std::arch::x86::*;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
//@ignore-target-s390x
|
||||
//@ignore-target-thumbv7em
|
||||
//@ignore-target-wasm32
|
||||
//@compile-flags: -C target-feature=+avx2
|
||||
//@compile-flags: -C target-feature=+avx2,+sse4.2
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
use std::arch::x86::*;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
//@ignore-target-s390x
|
||||
//@ignore-target-thumbv7em
|
||||
//@ignore-target-wasm32
|
||||
//@compile-flags: -C target-feature=+avx512f,+avx512vl,+avx512bitalg,+avx512vpopcntdq
|
||||
//@compile-flags: -C target-feature=+avx512f,+avx512vl,+avx512bitalg,+avx512vpopcntdq,+sse4.2
|
||||
|
||||
#![feature(avx512_target_feature)]
|
||||
#![feature(stdarch_x86_avx512)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue