Skip to content

Commit 02f6b8e

Browse files
committed
Add +sse4.2 due to #128426
1 parent 20960d1 commit 02f6b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/pass/shims/x86/intrinsics-x86-avx512.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//@ignore-target-s390x
88
//@ignore-target-thumbv7em
99
//@ignore-target-wasm32
10-
//@compile-flags: -C target-feature=+avx512f,+avx512vl,+avx512bitalg,+avx512vpopcntdq
10+
//@compile-flags: -C target-feature=+avx512f,+avx512vl,+avx512bitalg,+avx512vpopcntdq,+sse4.2
1111

1212
#![feature(avx512_target_feature)]
1313
#![feature(stdarch_x86_avx512)]

0 commit comments

Comments
 (0)