Skip to content

Commit

Permalink
test avx on all x86 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Apr 27, 2018
1 parent 83983c5 commit 1078be3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ cargo_test() {

cargo_test
cargo_test "--release"

case ${TARGET} in
x86*)
RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
cargo_test "--release"
;;
*)
;;
esac

0 comments on commit 1078be3

Please sign in to comment.