This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from e8faf48321 Regenerate configure adds a9d3576572 posix: Fix tst-spawn6 terminal handling (BZ #28853) adds 97ba273b50 linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garb [...] adds 798d716df7 linux: Fix missing __convert_scm_timestamps (BZ #28860) adds 43388b3ac0 string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, [...] adds 1a908d9074 string: Improve coverage in test-strcmp.c and test-strncmp.c adds b77b06e0e2 x86: Optimize strcmp-avx2.S adds 8418eb3ff4 x86: Optimize strcmp-evex.S adds 80e6c6554b benchtests: Add more coverage for strcmp and strncmp benchmarks adds 811124ce08 x86-64: Add vector acos/acosf to libmvec microbenchmark
No new revisions were added by this update.
Summary of changes: benchtests/bench-strcmp.c | 142 +- benchtests/bench-strncmp.c | 110 +- posix/tst-spawn6.c | 62 +- string/test-strcmp.c | 105 +- string/test-strncmp.c | 291 +- sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 4 +- sysdeps/unix/sysv/linux/getsysstats.c | 2 +- sysdeps/x86_64/fpu/Makeconfig | 1 + sysdeps/x86_64/fpu/libmvec-acos-inputs | 4100 ++++++++++++++++++++++ sysdeps/x86_64/fpu/libmvec-acosf-inputs | 4100 ++++++++++++++++++++++ sysdeps/x86_64/multiarch/strcmp-avx2.S | 1590 +++++---- sysdeps/x86_64/multiarch/strcmp-evex.S | 1712 ++++----- 12 files changed, 10602 insertions(+), 1617 deletions(-) create mode 100644 sysdeps/x86_64/fpu/libmvec-acos-inputs create mode 100644 sysdeps/x86_64/fpu/libmvec-acosf-inputs