[libc-commits] [PATCH] D121463: [libc] Implement exp2f function that is correctly rounded for all rounding modes.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 15 09:24:16 PDT 2022


sivachandra added a comment.

In D121463#3382290 <https://reviews.llvm.org/D121463#3382290>, @zimmermann6 wrote:

>> Do you have any performance numbers comparing before and after?
>
> sorry, before and after what?

The question was for @lntue. This patch changes the exp2f implementation, so my question was to understand if the new implementation affects performance.


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