aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfdiv_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfdiv_vv.h')
-rw-r--r--riscv/insns/vfdiv_vv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfdiv_vv.h b/riscv/insns/vfdiv_vv.h
index 8a49a91..c66d751 100644
--- a/riscv/insns/vfdiv_vv.h
+++ b/riscv/insns/vfdiv_vv.h
@@ -1,6 +1,9 @@
// vfdiv.vv vd, vs2, vs1
VI_VFP_VV_LOOP
({
+ vd = f16_div(vs2, vs1);
+},
+{
vd = f32_div(vs2, vs1);
},
{