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:
Samuel Holland 2019-07-17 20:26:59 -05:00
parent bc2e84ca09
commit 60529a72de

View File

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