Skip to content

Commit 9950010

Browse files
committed
test avx on all x86 targets
1 parent a4044e5 commit 9950010

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/run.sh

+9
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ cargo_test() {
3636

3737
cargo_test
3838
cargo_test "--release"
39+
40+
case ${TARGET} in
41+
x86*)
42+
RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
43+
cargo_test "--release"
44+
;;
45+
*)
46+
;;
47+
esac

0 commit comments

Comments
 (0)