[libc-commits] [PATCH] D121574: [libc] Implement expm1f function that is correctly rounded for all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 15 07:27:28 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64af346b185a: [libc] Implement expm1f function that is correctly rounded for all rounding… (authored by lntue).
Changed prior to commit:
https://reviews.llvm.org/D121574?vs=415011&id=415421#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121574/new/
https://reviews.llvm.org/D121574
Files:
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/common_constants.cpp
libc/src/math/generic/common_constants.h
libc/src/math/generic/expf.cpp
libc/src/math/generic/expm1f.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/exhaustive_test.cpp
libc/test/src/math/exhaustive/exhaustive_test.h
libc/test/src/math/exhaustive/expm1f_test.cpp
libc/test/src/math/expm1f_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121574.415421.patch
Type: text/x-patch
Size: 34266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220315/9a8df959/attachment-0001.bin>
More information about the libc-commits
mailing list