[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 09:07:55 PST 2022
zimmermann6 added a comment.
F21741326: wc.12 <https://reviews.llvm.org/F21741326>
attached is a file with 1200 binary32 exact cases with ulp(x)=2^12*ulp(y), x^2+y^2=z^2 having up to 72 bits. You might add them to your test cases.
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