[libc-commits] [PATCH] D117590: [libc] Implement correct rounding with all rounding modes for hypot functions.

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 20 06:02:07 PST 2022


zimmermann6 added a comment.

I got similar results with binary64:

  Checking hypot with llvm-project and rndu
  Using seed 1078001
  NEW hypot 0 -1 0x1.ccbbbcfef3c02p-523,0x1.924bf639c1a94p+500 [1.00] 1 1
  libm gives 0x1.924bf639c1a94p+500
  mpfr gives 0x1.924bf639c1a95p+500


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117590



More information about the libc-commits mailing list