Skip to content

Commit

Permalink
Rollup merge of rust-lang#62774 - smaeul:pr/simd-tests, r=petrochenkov
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mark-Simulacrum authored Jul 18, 2019
2 parents 0ae9048 + 60529a7 commit ed83734
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 ed83734

Please sign in to comment.