Skip to content

Commit 04c24b6

Browse files
Disable bitmask tests on bigendian
1 parent aaec074 commit 04c24b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/bitmask.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ macro_rules! impl_bitmask {
2121
// FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/210
2222
all(target_arch = "mips", target_endian = "big"),
2323
all(target_arch = "mips64", target_endian = "big"),
24+
all(target_arch = "powerpc", target_endian = "big"),
25+
all(target_arch = "powerpc64", target_endian = "big"),
2426
target_arch = "sparc64",
2527
target_arch = "s390x",
2628
)))]

0 commit comments

Comments
 (0)