[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 11:37:51 PST 2022
lntue updated this revision to Diff 404637.
lntue added a comment.
Add exhaustive testing to test for inputs (x, y) with 2^23 <= x < 2^24, 2^(23 + 14) <= y < 2^(23 + 25).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118157/new/
https://reviews.llvm.org/D118157
Files:
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/hypotf.cpp
libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/hypotf_test.cpp
libc/test/src/math/hypotf_hard_to_round.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118157.404637.patch
Type: text/x-patch
Size: 7500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220131/9c82ec0b/attachment.bin>
More information about the libc-commits
mailing list