[libc-commits] [PATCH] D133400: [libc][math] Implement asinf function correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 6 23:44:52 PDT 2022


lntue added a comment.

In D133400#3773780 <https://reviews.llvm.org/D133400#3773780>, @zimmermann6 wrote:

> the patch fails for me on top of main (revision ea953b9 <https://reviews.llvm.org/rGea953b9d9a65c202985a79f1f95da115829baef6>). Is there any other patch to apply first?

I just uploaded the patch after rebasing.  Can you try to see if it works now?

Here is the result of `git log --oneline` on my local repo:

  7b6f9731ca7a (HEAD -> main) [libc][math] Implement asinf function correctly rounded for all rounding modes.
  c836ddaf721c (origin/main) [X86][NFC] Refine load/store reg to StackSlot for extensibility
  4e5a59a3839f [LLD][COFF] Fix writing a map file when range extension thunks are inserted
  ea953b9d9a65 [compiler-rt] [test] Handle missing ld.gold gracefully


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133400



More information about the libc-commits mailing list