Skip to content

Commit 787522f

Browse files
committedApr 27, 2018
enable all appropriate features
1 parent 8207e55 commit 787522f

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)