diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-10-18 13:17:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-18 13:17:09 -0500 |
| commit | 7b249298c0c014c99132d4fe5bc40c2e7d617bbb (patch) | |
| tree | 3c4bce8ca77ad288765247605570f1b72d298420 /library/stdarch/ci | |
| parent | 2dc965b69a08ce95d5d1814423e8b2862a3e6cf2 (diff) | |
| download | rust-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-x | library/stdarch/ci/run.sh | 3 |
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 |
