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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 10 21:11:31 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 expf function that is correctly rounded for all rounding modes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121440

Files:
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/expf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/expf_test.cpp
  libc/test/src/math/expf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121440.414569.patch
Type: text/x-patch
Size: 19164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220311/80b967d7/attachment-0001.bin>


More information about the libc-commits mailing list