[libc-commits] [PATCH] D134002: [libc][math] Improve tanhf performance.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Sep 16 12:01:26 PDT 2022
lntue updated this revision to Diff 460840.
lntue added a comment.
Only return `lo` part in range reduction, separating it with `powb_lo`
evaluation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134002/new/
https://reviews.llvm.org/D134002
Files:
libc/docs/math.rst
libc/src/math/generic/exp2f.cpp
libc/src/math/generic/explogxf.cpp
libc/src/math/generic/explogxf.h
libc/src/math/generic/tanhf.cpp
libc/test/src/math/explogxf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134002.460840.patch
Type: text/x-patch
Size: 23611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220916/ea6da6eb/attachment-0001.bin>
More information about the libc-commits
mailing list