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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 19 10:39:03 PST 2022


sivachandra added inline comments.


================
Comment at: libc/test/src/math/HypotTest.h:66
+          ASSERT_MPFR_MATCH_ALL_ROUNDING(mpfr::Operation::Hypot, input,
+                                         func(x, y), 0.5);
         }
----------------
Is the call to `func` happening with the intended rounding mode?


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