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.
2 parents 99a4472 + 9e0d9d6 commit b3ea084Copy full SHA for b3ea084
riscv/insns/vcpop_m.h
@@ -17,5 +17,4 @@ for (reg_t i=P.VU.vstart->read(); i<vl; ++i) {
17
popcount += (vs2_lsb && do_mask);
18
}
19
20
-P.VU.vstart->write(0);
21
WRITE_RD(popcount);
riscv/insns/vfirst_m.h
@@ -14,5 +14,4 @@ for (reg_t i=P.VU.vstart->read(); i < vl; ++i) {
14
break;
15
16
WRITE_RD(pos);
0 commit comments