aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsadd_vx.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vsadd_vx.h')
-rw-r--r--riscv/insns/vsadd_vx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vsadd_vx.h b/riscv/insns/vsadd_vx.h
index bf68f15..e5e6c40 100644
--- a/riscv/insns/vsadd_vx.h
+++ b/riscv/insns/vsadd_vx.h
@@ -2,7 +2,7 @@
VI_CHECK_SSS(false);
VI_LOOP_BASE
bool sat = false;
-switch(sew) {
+switch (sew) {
case e8: {
VX_PARAMS(e8);
vd = sat_add<int8_t, uint8_t>(vs2, rs1, sat);