[libc-commits] [PATCH] D159476: [libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 6 19:08:04 PDT 2023


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

Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159476

Files:
  libc/src/math/generic/acosf.cpp
  libc/src/math/generic/acoshf.cpp
  libc/src/math/generic/atanf.cpp
  libc/test/src/math/acosf_test.cpp
  libc/test/src/math/acoshf_test.cpp
  libc/test/src/math/asinf_test.cpp
  libc/test/src/math/asinhf_test.cpp
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/atanhf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159476.556101.patch
Type: text/x-patch
Size: 9860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230907/aa22a0a2/attachment-0001.bin>


More information about the libc-commits mailing list