[all-commits] [llvm/llvm-project] fcb9d7: [libc][math] Added coshf function.
orex via All-commits
all-commits at lists.llvm.org
Fri Jul 29 07:57:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcb9d7e2cf17b41327d3e3d1a07c8b6fea4e6fb5
https://github.com/llvm/llvm-project/commit/fcb9d7e2cf17b41327d3e3d1a07c8b6fea4e6fb5
Author: Kirill Okhotnikov <okir at google.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/spec/stdc.td
M libc/src/__support/FPUtil/FPBits.h
M libc/src/math/CMakeLists.txt
A libc/src/math/coshf.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/coshf.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/coshf_test.cpp
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/coshf_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math] Added coshf function.
Differential Revision: https://reviews.llvm.org/D129275
More information about the All-commits
mailing list