Skip to content

Commit

Permalink
Rollup merge of rust-lang#57827 - parched:ignore, r=nikomatsakis
Browse files Browse the repository at this point in the history
Ignore aarch64 in simd-intrinsic-generic-reduction

This fails on AArch64 see rust-lang#54510

Disabling it for now until it's fixed/implemented in LLVM

cc @gnzlbg
  • Loading branch information
Centril committed Jan 26, 2019
2 parents 2c32cb7 + 9aa1ca2 commit 801adcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/simd/simd-intrinsic-generic-reduction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![allow(non_camel_case_types)]

// ignore-emscripten
// ignore-aarch64 FIXME: https://github.com/rust-lang/rust/issues/54510

// Test that the simd_reduce_{op} intrinsics produce the correct results.

Expand Down

0 comments on commit 801adcc

Please sign in to comment.