[libc-commits] [PATCH] D127951: [libc][math] New algorithm for expf/expm1f/exp2f and for new functions sinhf/coshf.
Kirill Okhotnikov via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 29 09:00:34 PDT 2022
orex added a comment.
Paul (@zimmermann6) and Tue (@lntue),
can you check performance of these two functions expf/expm1f on your systems? I have an idea to use the functions instead of standard in MinRelSize compiling option. Reducing the size can be useful for embedded systems, for example. What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127951/new/
https://reviews.llvm.org/D127951
More information about the libc-commits
mailing list