[all-commits] [llvm/llvm-project] f0d05b: [libc][math] Fix signed zeros for acosf, acoshf, a...
lntue via All-commits
all-commits at lists.llvm.org
Thu Sep 7 08:21:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0d05bb69947174c38b13f735af507c43379a553
https://github.com/llvm/llvm-project/commit/f0d05bb69947174c38b13f735af507c43379a553
Author: Tue Ly <lntue at google.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M libc/src/math/generic/acosf.cpp
M libc/src/math/generic/acoshf.cpp
M libc/src/math/generic/atanf.cpp
M libc/test/src/math/acosf_test.cpp
M libc/test/src/math/acoshf_test.cpp
M libc/test/src/math/asinf_test.cpp
M libc/test/src/math/asinhf_test.cpp
M libc/test/src/math/atanf_test.cpp
M libc/test/src/math/atanhf_test.cpp
Log Message:
-----------
[libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.
Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D159476
More information about the All-commits
mailing list