We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaec074 commit 04c24b6Copy full SHA for 04c24b6
src/api/bitmask.rs
@@ -21,6 +21,8 @@ macro_rules! impl_bitmask {
21
// FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/210
22
all(target_arch = "mips", target_endian = "big"),
23
all(target_arch = "mips64", target_endian = "big"),
24
+ all(target_arch = "powerpc", target_endian = "big"),
25
+ all(target_arch = "powerpc64", target_endian = "big"),
26
target_arch = "sparc64",
27
target_arch = "s390x",
28
)))]
0 commit comments