Skip to content

Commit 1206264

Browse files
authored
Rollup merge of #57827 - parched:ignore, r=nikomatsakis
Ignore aarch64 in simd-intrinsic-generic-reduction This fails on AArch64 see #54510 Disabling it for now until it's fixed/implemented in LLVM cc @gnzlbg
2 parents 5ce3f74 + 9aa1ca2 commit 1206264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/simd/simd-intrinsic-generic-reduction.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![allow(non_camel_case_types)]
33

44
// ignore-emscripten
5+
// ignore-aarch64 FIXME: https://github.com/rust-lang/rust/issues/54510
56

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

0 commit comments

Comments
 (0)