aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfsub_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfsub_vv.h')
-rw-r--r--riscv/insns/vfsub_vv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfsub_vv.h b/riscv/insns/vfsub_vv.h
index 40545fb..b0403f1 100644
--- a/riscv/insns/vfsub_vv.h
+++ b/riscv/insns/vfsub_vv.h
@@ -1,6 +1,9 @@
// vfsub.vv vd, vs2, vs1
VI_VFP_VV_LOOP
({
+ vd = f16_sub(vs2, vs1);
+},
+{
vd = f32_sub(vs2, vs1);
},
{