aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfrsub_vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfrsub_vf.h')
-rw-r--r--riscv/insns/vfrsub_vf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfrsub_vf.h b/riscv/insns/vfrsub_vf.h
index ee8ac83..d9a1986 100644
--- a/riscv/insns/vfrsub_vf.h
+++ b/riscv/insns/vfrsub_vf.h
@@ -2,4 +2,7 @@
VI_VFP_VF_LOOP
({
vd = f32_sub(rs1, vs2);
+},
+{
+ vd = f64_sub(rs1, vs2);
})