[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
Sat Feb 18 18:37:18 PST 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Set FE_OVERFLOW and FE_UNDERFLOW for expf, exp2f, exp10f, expm1f, sinhf
and coshf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144340

Files:
  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/sinhf.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.498653.patch
Type: text/x-patch
Size: 9100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230219/74d2cb75/attachment.bin>


More information about the libc-commits mailing list