[libc-commits] [PATCH] D134104: [libc][math] Implement exp10f function correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 19 05:46:36 PDT 2022


lntue added a comment.

In D134104#3799001 <https://reviews.llvm.org/D134104#3799001>, @zimmermann6 wrote:

> I got one reject when applying this patch to main (revision 458598c <https://reviews.llvm.org/rG458598ccc50c5118107f05d60f3d043772a91f26>):
>
>   patching file libc/src/math/generic/explogxf.h
>   Hunk #1 FAILED at 51.
>   Hunk #2 succeeded at 41 with fuzz 2 (offset -29 lines).
>   1 out of 2 hunks FAILED -- saving rejects to file libc/src/math/generic/explogxf.h.rej

I've committed https://reviews.llvm.org/D134002 and sync this patch.  Can you check again if it's ok now?  Thanks


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134104/new/

https://reviews.llvm.org/D134104



More information about the libc-commits mailing list