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