This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 2c16cb88a6 Linux: Move timer helper routines from librt to libc new 447954a206 math: redirect roundeven function new 1683249d17 x86_64: roundeven with sse4.1 support new eb9066203f Use GCC builtins for roundeven functions if desired. new 3213ed770c Update math: redirect roundeven function new 5adda61f62 wordexp: handle overflow in positional parameter number (bug 28011)
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: include/math.h | 2 +- posix/wordexp-test.c | 1 + posix/wordexp.c | 2 +- sysdeps/aarch64/fpu/s_roundeven.c | 2 +- sysdeps/aarch64/fpu/s_roundevenf.c | 1 + sysdeps/generic/math-use-builtins-roundeven.h | 4 ++++ sysdeps/generic/math-use-builtins.h | 1 + sysdeps/ieee754/dbl-64/s_roundeven.c | 9 ++++++++- sysdeps/ieee754/float128/float128_private.h | 2 ++ sysdeps/ieee754/float128/s_roundevenf128.c | 1 + sysdeps/ieee754/flt-32/s_roundevenf.c | 8 ++++++++ sysdeps/ieee754/ldbl-128/s_roundevenl.c | 6 ++++++ sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c | 1 + sysdeps/ieee754/ldbl-96/s_roundevenl.c | 1 + sysdeps/riscv/rv64/rvd/s_roundeven.c | 2 +- sysdeps/riscv/rvf/s_roundevenf.c | 1 + sysdeps/x86_64/fpu/multiarch/Makefile | 5 +++-- sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c | 2 ++ .../{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} | 9 ++++----- .../fpu => x86_64/fpu/multiarch}/s_roundeven.c | 22 ++++++++++++---------- sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c | 3 +++ .../{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} | 9 ++++----- .../fpu => x86_64/fpu/multiarch}/s_roundevenf.c | 21 ++++++++++++--------- 23 files changed, 79 insertions(+), 36 deletions(-) create mode 100644 sysdeps/generic/math-use-builtins-roundeven.h create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} (84%) copy sysdeps/{aarch64/fpu => x86_64/fpu/multiarch}/s_roundeven.c (70%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} (84%) copy sysdeps/{aarch64/fpu => x86_64/fpu/multiarch}/s_roundevenf.c (70%)