We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e361b6 commit 9be0c5cCopy full SHA for 9be0c5c
crates/core_simd/src/masks/full_masks.rs
@@ -117,7 +117,7 @@ macro_rules! define_mask {
117
// There is a bug where LLVM appears to implement this operation with the wrong
118
// bit order.
119
// TODO fix this in a better way
120
- if cfg!(any(target_arch = "mips", target_arch = "mips32")) {
+ if cfg!(any(target_arch = "mips", target_arch = "mips64")) {
121
for x in bitmask.as_mut() {
122
*x = x.reverse_bits();
123
}
0 commit comments