This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_LTO_VECT in repository toolchain/ci/glibc.
from bc6c1af537 Open master branch for glibc 2.36 development adds 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 adds c15efd011c x86-64: Fix strcmp-avx2.S adds 0e0199a9e0 x86-64: Fix strcmp-evex.S adds 90cbb80636 Benchtests: move 'alloc_bufs' from loop in bench-memset.c
No new revisions were added by this update.
Summary of changes: benchtests/bench-memset.c | 4 +- benchtests/bench-strcmp.c | 142 +- benchtests/bench-strncmp.c | 110 +- configure | 14 +- 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 ++++----- 14 files changed, 10605 insertions(+), 1632 deletions(-) create mode 100644 sysdeps/x86_64/fpu/libmvec-acos-inputs create mode 100644 sysdeps/x86_64/fpu/libmvec-acosf-inputs