diff options
Diffstat (limited to 'riscv/insns/vfmin_vv.h')
-rw-r--r-- | riscv/insns/vfmin_vv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfmin_vv.h b/riscv/insns/vfmin_vv.h index 399b563..882a774 100644 --- a/riscv/insns/vfmin_vv.h +++ b/riscv/insns/vfmin_vv.h @@ -1,6 +1,9 @@ // vfmin vd, vs2, vs1 VI_VFP_VV_LOOP ({ + vd = f16_min(vs2, vs1); +}, +{ vd = f32_min(vs2, vs1); }, { |