]> git.ipfire.org Git - thirdparty/glibc.git/commit
added pair of inputs for hypotf in binary32
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>
Sun, 12 Feb 2023 07:01:18 +0000 (08:01 +0100)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Tue, 14 Feb 2023 08:41:30 +0000 (09:41 +0100)
commitcf7ffdd8a5f6da55397e10b3860062944312824c
tree8344066eee75be44b1cc2d83c5e7befa357ac392
parent000ca24f807762a1fa6bf076d80f152d2512f17d
added pair of inputs for hypotf in binary32

This pair yields an error of 1 ulp in binary32, whereas the current
maximal known error for hypotf on x86_64 is zero:

Checking hypot with glibc-2.37
hypot 0 -1 -0x1.003222p-20,-0x1.6a2d58p-32 [0.501] 0.500001 0.500000001392678
libm gives 0x1.003224p-20
mpfr gives 0x1.003222p-20

See https://sourceware.org/pipermail/libc-alpha/2023-February/145432.html
and https://sourceware.org/pipermail/libc-alpha/2023-February/145442.html
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
math/auto-libm-test-in