[libc-commits] [PATCH] D129215: [libc][math] Universal exp function for cosh/sinh calculation.
Kirill Okhotnikov via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 6 09:15:26 PDT 2022
orex created this revision.
orex added reviewers: lntue, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
orex requested review of this revision.
Added a function and test, which can be used later for cosh/sinh
and possibly for expf/expm1f.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129215
Files:
libc/src/math/generic/expxf.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/expxf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129215.442606.patch
Type: text/x-patch
Size: 5091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220706/f0073425/attachment.bin>
More information about the libc-commits
mailing list