llvm-project
a57f4c70 - [compiler-rt] Fix a bug in fp_div_impl when an intermediate result is out of expected range. (#119449)

Commit
1 year ago
[compiler-rt] Fix a bug in fp_div_impl when an intermediate result is out of expected range. (#119449) Before this fix, `1.0L / (1.0L - 0x1.0p-113L)` will return `2 * (1 + eps(1))`.
Author
Parents
Loading