Re-organize special cases and add a special case when |x| < 2^-5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153134
[libc][math] Improve exp2f performance. ClosedPublic Authored by lntue on Jun 16 2023, 6:23 AM.
Details Summary Re-organize special cases and add a special case when |x| < 2^-5.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 16 2023, 6:23 AM lntue added a parent revision: D153026: [libc][math] Improve tanhf performance..Jun 16 2023, 6:51 AM This revision is now accepted and ready to land.Jun 16 2023, 2:40 PM Closed by commit rG46aa659a32e7: [libc][math] Improve exp2f performance. (authored by lntue). · Explain WhyJun 20 2023, 6:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532893 libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/exp2f.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|