Skip to content

Commit

Permalink
Ignore aarch64 in simd-intrinsic-generic-reduction
Browse files Browse the repository at this point in the history
This fails on AArch64 see rust-lang#54510
  • Loading branch information
James Duley committed Jan 22, 2019
1 parent 2ab5d8a commit 9aa1ca2
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 9aa1ca2

Please sign in to comment.