aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwsub_wf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfwsub_wf.h')
-rw-r--r--riscv/insns/vfwsub_wf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfwsub_wf.h b/riscv/insns/vfwsub_wf.h
index fa3d747..f6f47ca 100644
--- a/riscv/insns/vfwsub_wf.h
+++ b/riscv/insns/vfwsub_wf.h
@@ -1,5 +1,8 @@
// vfwsub.wf vd, vs2, rs1
VI_VFP_WF_LOOP_WIDE
({
+ vd = f32_sub(vs2, rs1);
+},
+{
vd = f64_sub(vs2, rs1);
})