Skip to content

Commit 60529a7

Browse files
committed
Disable simd_select_bitmask test on big endian
Per rust-lang#59356 it is expected that the interpretation of the bitmask depends on target endianness. Closes rust-lang#59356
1 parent bc2e84c commit 60529a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

44
// ignore-emscripten
5+
// ignore-mips behavior of simd_select_bitmask is endian-specific
6+
// ignore-mips64 behavior of simd_select_bitmask is endian-specific
7+
// ignore-powerpc behavior of simd_select_bitmask is endian-specific
8+
// ignore-powerpc64 behavior of simd_select_bitmask is endian-specific
59

610
// Test that the simd_select intrinsics produces correct results.
711

0 commit comments

Comments
 (0)