We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435eaf5 + 3469bb8 commit 83fe460Copy full SHA for 83fe460
1 file changed
src/control/group/lsx.rs
@@ -117,8 +117,7 @@ impl Group {
117
// 1111_1111 | 1000_0000 = 1111_1111
118
// 0000_0000 | 1000_0000 = 1000_0000
119
unsafe {
120
- let zero = lsx_vreplgr2vr_b(0);
121
- let special = lsx_vslt_b(self.0, zero);
+ let special = lsx_vslti_b::<0>(self.0);
122
Group(lsx_vor_v(special, lsx_vreplgr2vr_b(Tag::DELETED.0 as i32)))
123
}
124
0 commit comments