aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmax_vv.h
blob: 6d12f088302b4c2ff60bf81d90108308a6356264 (plain)
1
2
3
4
5
// vfmax
VI_VFP_VV_LOOP
({
  vd = f32_max(vs2, vs1);
})