Skip to content

Commit

Permalink
Add +sse4.2 due to rust-lang#128426
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Jul 31, 2024
1 parent 20960d1 commit 02f6b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 02f6b8e

Please sign in to comment.