Skip to content

Commit 1078be3

Browse files
committed
test avx on all x86 targets
1 parent 83983c5 commit 1078be3

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
@@ -35,3 +35,12 @@ cargo_test() {
3535

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

0 commit comments

Comments
 (0)