glibc/sysdeps/ieee754/ldbl-128
Joseph Myers 6c010c5dde 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.
2020-07-06 16:18:02 +00:00
..
bits
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_exp10l.c
e_expl.c
e_fmodl.c
e_gammal_r.c
e_hypotl.c
e_ilogbl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log2l.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_remainderl.c
e_sinhl.c
float128-abi.h
gamma_productl.c
ieee754.h
k_cosl.c
k_sincosl.c
k_sinl.c
k_tanl.c
ldbl2mpn.c
lgamma_negl.c
lgamma_productl.c
Makeconfig
Makefile
math_ldbl.h
math-nan-payload-ldouble.h
mpn2ldbl.c
printf_fphex_macros.h
printf_fphex.c
s_asinhl.c
s_atanl.c
s_cbrtl.c
s_ceill.c
s_copysignl.c
s_cosl.c
s_daddl.c
s_ddivl.c
s_dmull.c
s_dsubl.c
s_erfl.c
s_expm1l.c
s_f64xaddf128.c
s_f64xdivf128.c
s_f64xmulf128.c
s_f64xsubf128.c
s_fabsl.c
s_faddl.c
s_fdivl.c
s_finitel.c
s_floorl.c
s_fma.c ieee754: provide gcc builtins based generic fma functions 2020-06-03 10:23:28 -07:00
s_fmal.c ieee754: provide gcc builtins based generic fma functions 2020-06-03 10:23:28 -07:00
s_fmull.c
s_fpclassifyl.c
s_frexpl.c
s_fromfpl_main.c
s_fromfpl.c
s_fromfpxl.c
s_fsubl.c
s_getpayloadl.c Use C2x return value from getpayload of non-NaN (bug 26073). 2020-07-06 16:18:02 +00:00
s_isinfl.c
s_isnanl.c
s_issignalingl.c
s_llrintl.c
s_llroundl.c
s_log1pl.c
s_logbl.c
s_lrintl.c
s_lroundl.c
s_modfl.c
s_nearbyintl.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_nextupl.c
s_remquol.c
s_rintl.c
s_roundevenl.c
s_roundl.c
s_scalblnl.c
s_scalbnl.c
s_setpayloadl_main.c
s_setpayloadl.c
s_setpayloadsigl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_totalorderl.c
s_totalordermagl.c
s_truncl.c
s_ufromfpl.c
s_ufromfpxl.c
strtold_l.c
t_expl.h
t_sincosl.c
x2y2m1l.c