aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vnsra_vx.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vnsra_vx.h')
-rw-r--r--riscv/insns/vnsra_vx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vnsra_vx.h b/riscv/insns/vnsra_vx.h
index 05a55e3..adaa24c 100644
--- a/riscv/insns/vnsra_vx.h
+++ b/riscv/insns/vnsra_vx.h
@@ -2,4 +2,4 @@
VI_VX_LOOP_NSHIFT
({
vd = vs2 >> (rs1 & (sew * 2 - 1));
-})
+}, false)