diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2018-03-15 10:10:16 +0100 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2018-03-15 10:10:16 +0100 |
| commit | 8478fa2007a2d2a9de21d88ebed13f16b6330393 (patch) | |
| tree | 111cc9535551b6eeee13ba3b46dd3197234bfeb2 | |
| parent | 3125a307596db12d8b014da330373446dda5d7ca (diff) | |
| download | rust-8478fa2007a2d2a9de21d88ebed13f16b6330393.tar.gz rust-8478fa2007a2d2a9de21d88ebed13f16b6330393.zip | |
add min-llvm version to reduction tests
| -rw-r--r-- | src/test/run-pass/simd-intrinsic-generic-reduction.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/simd-intrinsic-generic-reduction.rs b/src/test/run-pass/simd-intrinsic-generic-reduction.rs index 6755c92961b..7355aba6c11 100644 --- a/src/test/run-pass/simd-intrinsic-generic-reduction.rs +++ b/src/test/run-pass/simd-intrinsic-generic-reduction.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// min-llvm-version 5.0 + // Test that the simd_reduce_{op} intrinsics produce the correct results. #![feature(repr_simd, platform_intrinsics)] |
