We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1342c68 commit e86e653Copy full SHA for e86e653
riscv/insns/fcvtmod_w_d.h
@@ -55,6 +55,5 @@ if (exp == 0) {
55
}
56
57
WRITE_RD(sext32(frac));
58
-STATE.fflags->write(STATE.fflags->read() |
59
- (inexact ? softfloat_flag_inexact : 0) |
+raise_fp_exceptions((inexact ? softfloat_flag_inexact : 0) |
60
(invalid ? softfloat_flag_invalid : 0));
0 commit comments