[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:15:42 PDT 2023
lntue updated this revision to Diff 556157.
lntue added a comment.
Address comment.
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.556157.patch
Type: text/x-patch
Size: 9942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230907/098aea68/attachment.bin>
More information about the libc-commits
mailing list