aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfnmacc_vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfnmacc_vf.h')
-rw-r--r--riscv/insns/vfnmacc_vf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfnmacc_vf.h b/riscv/insns/vfnmacc_vf.h
index 04a31bf..da58d3a 100644
--- a/riscv/insns/vfnmacc_vf.h
+++ b/riscv/insns/vfnmacc_vf.h
@@ -2,4 +2,7 @@
VI_VFP_VF_LOOP
({
vd = f32_mulAdd(rs1, f32(vs2.v ^ F32_SIGN), f32(vd.v ^ F32_SIGN));
+},
+{
+ vd = f64_mulAdd(rs1, f64(vs2.v ^ F64_SIGN), f64(vd.v ^ F64_SIGN));
})