Disable simd_select_bitmask test on big endian
Per #59356 it is expected that the interpretation of the bitmask depends on target endianness. Closes #59356
This commit is contained in:
parent
bc2e84ca09
commit
60529a72de
@ -2,6 +2,10 @@
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
// ignore-emscripten
|
||||
// ignore-mips behavior of simd_select_bitmask is endian-specific
|
||||
// ignore-mips64 behavior of simd_select_bitmask is endian-specific
|
||||
// ignore-powerpc behavior of simd_select_bitmask is endian-specific
|
||||
// ignore-powerpc64 behavior of simd_select_bitmask is endian-specific
|
||||
|
||||
// Test that the simd_select intrinsics produces correct results.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user