This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 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 new 811124ce08 x86-64: Add vector acos/acosf to libmvec microbenchmark
The 1 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: benchtests/bench-strcmp.c | 142 +- benchtests/bench-strncmp.c | 110 +- string/test-strcmp.c | 105 +- string/test-strncmp.c | 291 ++- 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 +++++++------ 9 files changed, 10548 insertions(+), 1603 deletions(-) create mode 100644 sysdeps/x86_64/fpu/libmvec-acos-inputs create mode 100644 sysdeps/x86_64/fpu/libmvec-acosf-inputs