aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmflt_vv.h
blob: a2ed8e326fb0e5c9756945cabf7ee6223496f6f3 (plain)
1
2
3
4
5
// vflt.vv vd, vs2, vs1
VI_VFP_LOOP_CMP
({
  res = f32_lt(vs2, vs1);
}, true)