[libc-commits] [PATCH] D127951: [libc][math] New algorithm for expf/expm1f/exp2f and for new functions sinhf/coshf.
Kirill Okhotnikov via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 30 01:40:00 PDT 2022
orex updated this revision to Diff 441306.
orex edited the summary of this revision.
orex added a comment.
Fix build problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127951/new/
https://reviews.llvm.org/D127951
Files:
libc/config/darwin/arm/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/spec/stdc.td
libc/src/__support/FPUtil/FPBits.h
libc/src/math/CMakeLists.txt
libc/src/math/coshf.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/common_constants.cpp
libc/src/math/generic/common_constants.h
libc/src/math/generic/coshf.cpp
libc/src/math/generic/exp2f.cpp
libc/src/math/generic/expf.cpp
libc/src/math/generic/expm1f.cpp
libc/src/math/generic/expxf.h
libc/src/math/generic/sinhf.cpp
libc/src/math/sinhf.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/coshf_test.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/coshf_test.cpp
libc/test/src/math/exhaustive/sinhf_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
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127951.441306.patch
Type: text/x-patch
Size: 61577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220630/c369714a/attachment-0001.bin>
More information about the libc-commits
mailing list