diff options
| author | gnzlbg <gnzlbg@users.noreply.github.com> | 2018-03-07 16:31:14 +0100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-07 09:31:14 -0600 |
| commit | be0b7f41fce424c13ddeddadc8c6d69672ca904f (patch) | |
| tree | 83be298876ecc9962f5931c9c36bd11a8efee21a /library/stdarch/ci | |
| parent | 237ec908f167b92869169673314772e116875499 (diff) | |
| download | rust-be0b7f41fce424c13ddeddadc8c6d69672ca904f.tar.gz rust-be0b7f41fce424c13ddeddadc8c6d69672ca904f.zip | |
adds AArch64's {s,u,f}{min,max}{v,p} and ARM's {vmov}{n,l} (#345)
* adds {s,u,f}{min,max}{v,p} AArch64 intrinsics
* adds {vmov}{n,l} ARM intrinsics
Closes #314 .Diffstat (limited to 'library/stdarch/ci')
| -rwxr-xr-x | library/stdarch/ci/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh index 1fa475f27f2..37fa4a79e56 100755 --- a/library/stdarch/ci/run.sh +++ b/library/stdarch/ci/run.sh @@ -5,8 +5,8 @@ set -ex # 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 -export RUST_BACKTRACE=1 -export RUST_TEST_NOCAPTURE=1 +#export RUST_BACKTRACE=1 +#export RUST_TEST_NOCAPTURE=1 # FIXME(rust-lang-nursery/stdsimd#120) run-time feature detection for ARM Neon case ${TARGET} in |
