aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vnsrl_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vnsrl_vv.h')
-rw-r--r--riscv/insns/vnsrl_vv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vnsrl_vv.h b/riscv/insns/vnsrl_vv.h
index ab72b84..609299f 100644
--- a/riscv/insns/vnsrl_vv.h
+++ b/riscv/insns/vnsrl_vv.h
@@ -2,4 +2,4 @@
VI_VV_LOOP_NSHIFT
({
vd = vs2_u >> (vs1 & (sew * 2 - 1));
-})
+}, true)