Skip to content

Commit

Permalink
Disable simd_select_bitmask test on big endian
Browse files Browse the repository at this point in the history
Per #59356 it is expected that the interpretation of the bitmask depends
on target endianness.

Closes #59356
  • Loading branch information
smaeul committed Jul 18, 2019
1 parent bc2e84c commit 60529a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/run-pass/simd/simd-intrinsic-generic-select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 60529a7

Please sign in to comment.