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