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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 20 09:40:30 PST 2022


lntue updated this revision to Diff 401673.
lntue added a comment.

Add even more hard-to-round tests from Paul.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117590

Files:
  libc/src/__support/FPUtil/Hypot.h
  libc/src/math/generic/CMakeLists.txt
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/HypotTest.h
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/hypotf_hard_to_round.h
  libc/test/src/math/hypotf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117590.401673.patch
Type: text/x-patch
Size: 50251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220120/533c0148/attachment-0001.bin>


More information about the libc-commits mailing list