aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwsub_wv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfwsub_wv.h')
-rw-r--r--riscv/insns/vfwsub_wv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfwsub_wv.h b/riscv/insns/vfwsub_wv.h
index 4c6fcf6..eef904d 100644
--- a/riscv/insns/vfwsub_wv.h
+++ b/riscv/insns/vfwsub_wv.h
@@ -1,5 +1,8 @@
// vfwsub.wv vd, vs2, vs1
VI_VFP_WV_LOOP_WIDE
({
+ vd = f32_sub(vs2, vs1);
+},
+{
vd = f64_sub(vs2, vs1);
})