Fix implementation of FMIN/FMAX NaN case
[riscv-isa-sim.git] / riscv / insns / mul.h
1 require_extension('M');
2 WRITE_RD(sext_xlen(RS1 * RS2));