aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwmacc_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfwmacc_vv.h')
-rw-r--r--riscv/insns/vfwmacc_vv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfwmacc_vv.h b/riscv/insns/vfwmacc_vv.h
index 99839af..a654198 100644
--- a/riscv/insns/vfwmacc_vv.h
+++ b/riscv/insns/vfwmacc_vv.h
@@ -1,5 +1,8 @@
// vfwmacc.vv vd, vs2, vs1
VI_VFP_VV_LOOP_WIDE
({
+ vd = f32_mulAdd(vs1, vs2, vd);
+},
+{
vd = f64_mulAdd(vs1, vs2, vd);
})