Simplify the logic when the exponent difference is at least MantissaLength + 2, while still maintaining correct rounding for all rounding modes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119843
[libc] Improve performance of generic hypot when the exponent difference is sufficiently large. ClosedPublic Authored by lntue on Feb 15 2022, 7:08 AM.
Details Summary Simplify the logic when the exponent difference is at least MantissaLength + 2, while still maintaining correct rounding for all rounding modes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2022, 8:56 AM Closed by commit rG9371d95ed25c: [libc] Improve performance of generic hypot when the exponent difference is… (authored by lntue). · Explain WhyFeb 15 2022, 8:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408863 libc/src/__support/FPUtil/Hypot.h
|