[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
Wed Jan 19 08:19:43 PST 2022
lntue updated this revision to Diff 401251.
lntue added a comment.
Herald added a subscriber: mgorny.
Use a faster check for FE_UPWARD rounding mode.
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/HypotTest.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117590.401251.patch
Type: text/x-patch
Size: 3490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220119/b2080829/attachment.bin>
More information about the libc-commits
mailing list