diff options
Diffstat (limited to 'riscv/insns/vfdiv_vv.h')
-rw-r--r-- | riscv/insns/vfdiv_vv.h | 3 |
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); }, { |