[libc-commits] [PATCH] D121463: [libc] Implement exp2f function that is correctly rounded for all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Mar 14 06:41:24 PDT 2022
lntue added a comment.
In D121463#3378543 <https://reviews.llvm.org/D121463#3378543>, @sivachandra wrote:
> Do you have any performance numbers comparing before and after?
The new implementation is about 10-15% faster than the previous one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121463/new/
https://reviews.llvm.org/D121463
More information about the libc-commits
mailing list