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_build/master-arm in repository toolchain/ci/glibc.
from 999835533b socket: Fix mistyped define statement in socket/sys/socket.h [...] adds 8521001731 scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant adds 5082a287d5 x86_64: Add strstr function with 512-bit EVEX new 9f298bfe1f AArch64: Add SVE memcpy new eea282d9c6 AArch64: Sort makefile entries
The 2 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: scripts/glibcelf.py | 4 + sysdeps/aarch64/multiarch/Makefile | 24 ++- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 4 +- sysdeps/aarch64/multiarch/memcpy.c | 51 +++-- .../multiarch/{memcpy_advsimd.S => memcpy_sve.S} | 126 +++++------- sysdeps/aarch64/multiarch/memmove.c | 51 +++-- sysdeps/x86_64/multiarch/Makefile | 2 + sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 + sysdeps/x86_64/multiarch/strstr-avx512.c | 214 +++++++++++++++++++++ sysdeps/x86_64/multiarch/strstr.c | 24 ++- 10 files changed, 377 insertions(+), 129 deletions(-) copy sysdeps/aarch64/multiarch/{memcpy_advsimd.S => memcpy_sve.S} (72%) create mode 100644 sysdeps/x86_64/multiarch/strstr-avx512.c