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