aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmflt_vv.h
blob: 35f8d702cd1843929029aff66b6eeb70318348e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// vmflt.vv vd, vs2, vs1
VI_VFP_VV_LOOP_CMP
({
  res = f16_lt(vs2, vs1);
},
{
  res = f32_lt(vs2, vs1);
},
{
  res = f64_lt(vs2, vs1);
})