This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 1f1239c389 Fix glibc.tune.cpu tunable handling new 356a2df52a powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase new c9163eeb6e powerpc: Add redirection for finitef128, isinf128, and isnanf128 new 4f11fe97c3 ldbl-128ibm: Copy implementations from ldbl-128 instead of i [...] new d50b9bf1cc ldbl-128ibm: Automatic replacing of _Float128 and L() new f725563967 Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 47 + sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 6 +- sysdeps/ieee754/ldbl-128ibm/e_expl.c | 4 +- sysdeps/ieee754/ldbl-128ibm/e_j0l.c | 867 +++++++++++++++++- sysdeps/ieee754/ldbl-128ibm/e_j1l.c | 888 +++++++++++++++++- sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c | 995 ++++++++++++++++++++- sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c | 104 ++- sysdeps/ieee754/ldbl-128ibm/t_expl.h | 970 ++++++++++++++++++++ sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c | 9 + sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c | 9 + sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c | 9 + sysdeps/powerpc/powerpc64le/Makefile | 3 + 12 files changed, 3885 insertions(+), 26 deletions(-) create mode 100644 sysdeps/ieee754/ldbl-128ibm/t_expl.h