Use C2x return value from getpayload of non-NaN (bug 26073).
commit6c010c5dde1735f93cc3a6597cdcc2b482af85f8
authorJoseph Myers <joseph@codesourcery.com>
Mon, 6 Jul 2020 16:18:02 +0000 (6 16:18 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 6 Jul 2020 16:18:02 +0000 (6 16:18 +0000)
tree5f0a95e22d85c21352efccfde78f2f515cdba433
parent28c13ae5bbc81aa2ae67890ce53e65257d4703a4
Use C2x return value from getpayload of non-NaN (bug 26073).

In TS 18661-1, getpayload had an unspecified return value for a
non-NaN argument, while C2x requires the return value -1 in that case.

This patch implements the return value of -1.  I don't think this is
worth having a new symbol version that's an alias of the old one,
although occasionally we do that in such cases where the new function
semantics are a refinement of the old ones (to avoid programs relying
on the new semantics running on older glibc versions but not behaving
as intended).

Tested for x86_64 and x86; also ran math/ tests for aarch64 and
powerpc.
manual/arith.texi
math/libm-test-getpayload.inc
sysdeps/ieee754/dbl-64/s_getpayload.c
sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c
sysdeps/ieee754/flt-32/s_getpayloadf.c
sysdeps/ieee754/ldbl-128/s_getpayloadl.c
sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c
sysdeps/ieee754/ldbl-96/s_getpayloadl.c