Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth) and incorrect eps for denormal numbers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114878
[libc] Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth). ClosedPublic Authored by lntue on Dec 1 2021, 7:27 AM.
Details Summary Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth) and incorrect eps for denormal numbers.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2021, 12:57 AM This revision was landed with ongoing or failed builds.Dec 2 2021, 6:10 AM Closed by commit rG32568fc95e75: [libc] Fix a bug in MPFRUtils making ULP values off by 2^(-mantissaWidth). (authored by lntue). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391299 libc/utils/MPFRWrapper/MPFRUtils.cpp
|
Add a comment saying this is for the denormal adjustment.