We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81641d6 commit 985893eCopy full SHA for 985893e
ci/run.sh
@@ -38,7 +38,7 @@ cargo_test "--release"
38
39
case ${TARGET} in
40
x86*)
41
- RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
+ RUSTFLAGS="${RUSTFLAGS} -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+popcnt,+lzcnt"
42
export STDSIMD_IGNORE_ASSERT_INSTR=1
43
cargo_test "--release"
44
;;
0 commit comments