make NaN behavior consistent with hardfloat
[riscv-isa-sim.git] / riscv / insns / fadd_s.h
1 require_fp;
2 softfloat_roundingMode = RM;
3 FRD = f32_mulAdd(FRS1, 0x3f800000, FRS2);
4 set_fp_exceptions;