]> sourceware.org Git - glibc.git/commit
added inputs giving large errors on x86_64 for new C23 functions
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>
Thu, 25 Jul 2024 14:38:08 +0000 (16:38 +0200)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Wed, 7 Aug 2024 12:28:46 +0000 (14:28 +0200)
commit07972839108495245d8b93ca546462b3f4dad47f
tree0dcc63dc39ea9f69a66004774adb3502bb6a6a97
parentc2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9
added inputs giving large errors on x86_64 for new C23 functions

These functions are exp10m1, exp2m1, log10p1, log2p1.
Also regenerated ulps on x86_64.

For each format, there are 4 values, one for each rounding mode.
(For the intel96 format, there are 8 values, 4 for Intel hardware,
and 4 for AMD hardware. However, regen-ulps was only run on Intel.
It should be run in a separate patch on a AMD x86_64.)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
math/auto-libm-test-in
math/auto-libm-test-out-exp10m1
math/auto-libm-test-out-exp2m1
math/auto-libm-test-out-log10p1
sysdeps/x86_64/fpu/libm-test-ulps
This page took 0.036108 seconds and 5 git commands to generate.