Skip to content

Commit 9aa1ca2

Browse files
author
James Duley
committed
Ignore aarch64 in simd-intrinsic-generic-reduction
This fails on AArch64 see #54510
1 parent 2ab5d8a commit 9aa1ca2

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)