[libc-commits] [PATCH] D118157: [libc] Improve hypotf performance with different algorithm correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 31 06:56:59 PST 2022


lntue added a subscriber: zimmermann6.
lntue added a comment.

In D118157#3283205 <https://reviews.llvm.org/D118157#3283205>, @zimmermann6 wrote:

> the version of last Friday is fine for me: I did run exhaustive tests for 2^23 <= y < 2^24, and 2^(23+k) <= x < 2^(24+k) for 0 <= k <= 13.
> However since it changed in the meantime, I don't have resources any more to review the new version.

Thanks Paul for checking!  The new version only changes when `exponent of x >= exponent of y + 25`, so your verification should still hold.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118157



More information about the libc-commits mailing list