[libc-commits] [PATCH] D121463: [libc] Implement exp2f function that is correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 11 07:16:57 PST 2022


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, zimmermann6.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Implement exp2f function that is correctly rounded for all rounding modes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121463

Files:
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/exp2f.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/exp2f_test.cpp
  libc/test/src/math/exp2f_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121463.414654.patch
Type: text/x-patch
Size: 15927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220311/37faf11b/attachment.bin>


More information about the libc-commits mailing list