[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
Thu Sep 7 08:22:23 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf0d05bb69947: [libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode. (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

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.556159.patch
Type: text/x-patch
Size: 9942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230907/b9b5a46a/attachment-0001.bin>


More information about the libc-commits mailing list