aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmsbf_m.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmsbf_m.h')
-rw-r--r--riscv/insns/vmsbf_m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vmsbf_m.h b/riscv/insns/vmsbf_m.h
index 6147f6d..1275872 100644
--- a/riscv/insns/vmsbf_m.h
+++ b/riscv/insns/vmsbf_m.h
@@ -24,7 +24,7 @@ for (reg_t i = P.VU.vstart->read(); i < vl; ++i) {
uint64_t res = 0;
if (!has_one && !vs2_lsb) {
res = 1;
- } else if(!has_one && vs2_lsb) {
+ } else if (!has_one && vs2_lsb) {
has_one = true;
}
vd = (vd & ~mmask) | ((res << mpos) & mmask);