[xcc,sim] implement FP using softfloat
[riscv-isa-sim.git] / riscv / insns / c_lt_d.h
1 require_fp;
2 RC = float64_lt(FRA, FRB);
3 set_fp_exceptions;