about summary refs log tree commit diff
path: root/library/stdarch/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-10-18 13:17:09 -0500
committerGitHub <noreply@github.com>2017-10-18 13:17:09 -0500
commit7b249298c0c014c99132d4fe5bc40c2e7d617bbb (patch)
tree3c4bce8ca77ad288765247605570f1b72d298420 /library/stdarch/ci
parent2dc965b69a08ce95d5d1814423e8b2862a3e6cf2 (diff)
downloadrust-7b249298c0c014c99132d4fe5bc40c2e7d617bbb.tar.gz
rust-7b249298c0c014c99132d4fe5bc40c2e7d617bbb.zip
Uncomment _mm256_mpsadbw_epu8 (#128)
Just needed some `constify_imm8!` treatment

Closes #59
Diffstat (limited to 'library/stdarch/ci')
-rwxr-xr-xlibrary/stdarch/ci/run.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh
index 0c8dbf742f4..0f338c9e466 100755
--- a/library/stdarch/ci/run.sh
+++ b/library/stdarch/ci/run.sh
@@ -2,9 +2,6 @@
 
 set -ex
 
-# FIXME(rust-lang/rust#45201) shouldn't need to specify one codegen unit
-export RUSTFLAGS="$RUSTFLAGS -C codegen-units=1"
-
 # Tests are all super fast anyway, and they fault often enough on travis that
 # having only one thread increases debuggability to be worth it.
 export RUST_TEST_THREADS=1