[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 23:11:45 PST 2022


lntue updated this revision to Diff 414589.
lntue added a comment.

Return MAX_NORMAL when x >= 89 in FE_DOWNWARD and FE_TOWARDZERO rounding modes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121440/new/

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.414589.patch
Type: text/x-patch
Size: 19357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220311/2c88cb0b/attachment-0001.bin>


More information about the libc-commits mailing list