aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsrl_vx.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vsrl_vx.h')
-rw-r--r--riscv/insns/vsrl_vx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/insns/vsrl_vx.h b/riscv/insns/vsrl_vx.h
index 74b4868..a4f899c 100644
--- a/riscv/insns/vsrl_vx.h
+++ b/riscv/insns/vsrl_vx.h
@@ -3,4 +3,3 @@ VI_VX_ULOOP
({
vd = vs2 >> (rs1 & (sew - 1));
})
-VI_CHECK_1905