[all-commits] [llvm/llvm-project] 4b41e7: [libc][math] Universal exp function for cosh/sinh ...
orex via All-commits
all-commits at lists.llvm.org
Thu Jul 28 02:24:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b41e7b436917895a1d7033bfc4f005053c26643
https://github.com/llvm/llvm-project/commit/4b41e7b436917895a1d7033bfc4f005053c26643
Author: Kirill Okhotnikov <okir at google.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
A libc/src/math/generic/expxf.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/expxf_test.cpp
Log Message:
-----------
[libc][math] Universal exp function for cosh/sinh calculation.
Added a function and test, which can be used later for cosh/sinh
and possibly for expf/expm1f.
Differential Revision: https://reviews.llvm.org/D129215
More information about the All-commits
mailing list