aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmax_vf.h
blob: eb70e482ba3dc3c46db553feea8b8e36be298f70 (plain)
1
2
3
4
5
// vfmax
VI_VFP_VF_LOOP
({
  vd = f32_max(vs2, rs1);
})