aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsra_vi.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vsra_vi.h')
-rw-r--r--riscv/insns/vsra_vi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/insns/vsra_vi.h b/riscv/insns/vsra_vi.h
index e8f0499..5c58927 100644
--- a/riscv/insns/vsra_vi.h
+++ b/riscv/insns/vsra_vi.h
@@ -3,4 +3,3 @@ VI_VI_LOOP
({
vd = vs2 >> (simm5 & (sew - 1) & 0x1f);
})
-VI_CHECK_1905