This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6a29bbcf5a scripts: Fix minor lint warnings in build-many-glibcs.py new e45174fe8c Add new math improvemenst to NEWS new 476e962af7 Add gmp-arch and udiv_qrnnd new 8cd6efca5b Add add_ssaaaa and sub_ssaaaa to gmp-arch.h new 7a0471f149 Add umul_ppmm to gmp-arch.hdoc new 5dab2a3195 stdlib: Remove longlong.h new bf211c3499 math: New generic fma implementation
The 6 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: NEWS | 11 + soft-fp/soft-fp.h | 19 +- stdio-common/_itoa.c | 7 +- stdio-common/_itowa.c | 7 +- stdlib/Makefile | 2 - stdlib/addmul_1.c | 1 - stdlib/divmod_1.c | 1 - stdlib/divrem.c | 1 - stdlib/gmp-impl.h | 2 + stdlib/longlong.h | 1786 -------------------- stdlib/mod_1.c | 1 - stdlib/mul_1.c | 1 - stdlib/strtod_l.c | 1 - stdlib/submul_1.c | 1 - stdlib/udiv_qrnnd.c | 10 - sysdeps/aarch64/sfp-machine.h | 4 +- sysdeps/alpha/Makefile | 4 + .../alpha/gmp-arch.h | 34 +- sysdeps/{aarch64 => arm}/fpu/math_private.h | 26 +- sysdeps/generic/gmp-arch.h | 176 ++ sysdeps/generic/math_uint128.h | 27 +- sysdeps/hppa/hppa1.1/udiv_qrnnd.S | 77 - sysdeps/hppa/udiv_qrnnd.S | 285 ---- sysdeps/i386/Makefile | 1 + sysdeps/ieee754/dbl-64/dbl2mpn.c | 1 - sysdeps/ieee754/dbl-64/math_config.h | 18 + sysdeps/ieee754/dbl-64/s_fma.c | 414 ++--- sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 1 - sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c | 1 - sysdeps/ieee754/ldbl-96/ldbl2mpn.c | 1 - sysdeps/loongarch/sfp-machine.h | 6 +- sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h | 6 +- sysdeps/riscv/sfp-machine.h | 6 +- sysdeps/wordsize-32/divdi3.c | 10 +- sysdeps/x86/fpu/sfp-machine.h | 18 +- stdlib/tst-uabs.c => sysdeps/x86/gmp-arch.h | 51 +- sysdeps/x86/ldbl2mpn.c | 1 - 37 files changed, 496 insertions(+), 2523 deletions(-) delete mode 100644 stdlib/longlong.h delete mode 100644 stdlib/udiv_qrnnd.c copy malloc/tst-free-aligned-sized.c => sysdeps/alpha/gmp-arch.h (57%) copy sysdeps/{aarch64 => arm}/fpu/math_private.h (75%) create mode 100644 sysdeps/generic/gmp-arch.h delete mode 100644 sysdeps/hppa/hppa1.1/udiv_qrnnd.S delete mode 100644 sysdeps/hppa/udiv_qrnnd.S copy stdlib/tst-uabs.c => sysdeps/x86/gmp-arch.h (58%)