[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 09:56:58 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0aa9593c2f14: [libc][math] Set floating point exceptions for exp*f, sinhf, and coshf. (authored by lntue).

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.500244.patch
Type: text/x-patch
Size: 15996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230224/378fb915/attachment.bin>


More information about the libc-commits mailing list