Skip to content

Commit 7564121

Browse files
authored
Merge pull request #715 from heiher/lsx-vori
lsx: use immediate form of vori for DELETED tag mask
2 parents 83fe460 + 278674b commit 7564121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/control/group/lsx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl Group {
118118
// 0000_0000 | 1000_0000 = 1000_0000
119119
unsafe {
120120
let special = lsx_vslti_b::<0>(self.0);
121-
Group(lsx_vor_v(special, lsx_vreplgr2vr_b(Tag::DELETED.0 as i32)))
121+
Group(lsx_vori_b::<{ Tag::DELETED.0 as u32 }>(special))
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)