Rollup merge of #57827 - parched:ignore, r=nikomatsakis

Ignore aarch64 in simd-intrinsic-generic-reduction

This fails on AArch64 see https://github.com/rust-lang/rust/issues/54510

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

cc @gnzlbg
This commit is contained in:
Mazdak Farrokhzad 2019-01-26 18:21:46 +01:00 committed by GitHub
commit 1206264fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.