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

Paul Zimmermann via libc-commits libc-commits at lists.llvm.org
Wed Jan 26 01:31:09 PST 2022


> This is the error messages that we got on aarch64-ubuntu: Buildbot log <https://lab.llvm.org/buildbot/#/builders/138/builds/16983/steps/4/logs/stdio>

it would be better to print the inputs with %e, %g or %a in the checking code,
since with %f tiny inputs simply appear as 0:

Input decimal: x: 0.00000000000000000000000000000000000000000000000000 y: 1797693134862315708145274237317043567980705675258449965989174768031572607800285387605895586327668781715404589535143824642343213268894641827684675467035375169860499105765512820762454900903893289440758


More information about the libc-commits mailing list