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

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 7 00:02:08 PDT 2022


zimmermann6 accepted this revision.
zimmermann6 added a comment.
This revision is now accepted and ready to land.

it works now, thanks. I confirm it is correctly rounded. I get similar figures on a AMD EPYC 7282 (glibc, core-math, llvm-libc):

  # reciprocal throughput
  GNU libc version: 2.34
  GNU libc release: stable
  26.722
  31.752
  27.841
  # latency
  GNU libc version: 2.34
  GNU libc release: stable
  56.310
  64.140
  61.051


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