Skip to content

Commit 985893e

Browse files
committed
enable all appropriate features
1 parent 81641d6 commit 985893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cargo_test "--release"
3838

3939
case ${TARGET} in
4040
x86*)
41-
RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
41+
RUSTFLAGS="${RUSTFLAGS} -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+popcnt,+lzcnt"
4242
export STDSIMD_IGNORE_ASSERT_INSTR=1
4343
cargo_test "--release"
4444
;;

0 commit comments

Comments
 (0)