[libc-commits] [PATCH] D133913: [libc][math] Improve sinhf and coshf performance.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 14 22:02:14 PDT 2022


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, orex, zimmermann6.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Optimize sinhf and coshf by computing exp(x) and exp(-x) simultaneously


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133913

Files:
  libc/docs/math.rst
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/coshf.cpp
  libc/src/math/generic/exp2f.cpp
  libc/src/math/generic/explogxf.h
  libc/src/math/generic/sinhf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133913.460294.patch
Type: text/x-patch
Size: 13399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220915/f08a1c88/attachment.bin>


More information about the libc-commits mailing list