[libc-commits] [PATCH] D144340: [libc][math] Set floating point exceptions for exp*f, sinhf, and coshf.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 24 08:52:12 PST 2023


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

Add underflow tests for exp10f.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144340

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FEnvImpl.h
  libc/src/math/generic/acosf.cpp
  libc/src/math/generic/asinf.cpp
  libc/src/math/generic/cosf.cpp
  libc/src/math/generic/coshf.cpp
  libc/src/math/generic/exp10f.cpp
  libc/src/math/generic/exp2f.cpp
  libc/src/math/generic/expf.cpp
  libc/src/math/generic/expm1f.cpp
  libc/src/math/generic/sincosf.cpp
  libc/src/math/generic/sinf.cpp
  libc/src/math/generic/sinhf.cpp
  libc/src/math/generic/tanf.cpp
  libc/test/src/math/coshf_test.cpp
  libc/test/src/math/exp10f_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/test/src/math/sinhf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144340.500230.patch
Type: text/x-patch
Size: 15996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230224/c32c00a6/attachment.bin>


More information about the libc-commits mailing list