This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master in repository glibc.
from 32965a46ce intl: Handle translation output codesets with suffixes [BZ #26383] new 88db98fa6e AArch64: Align ENTRY to a cacheline new 24a30c5959 AArch64: Add optimized Q-register memcpy new d0a5b76902 AArch64: Improve backwards memmove performance new bea507a3f5 AArch64: Rename IS_ARES to IS_NEOVERSE_N1 new 4722d1fb9d [AArch64] Improve integer memcpy new 4bc9918c99 AArch64: Use __memcpy_simd on Neoverse N2/V1
The 6 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: sysdeps/aarch64/memcpy.S | 197 ++++++++++---------- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 2 + sysdeps/aarch64/multiarch/memcpy.c | 8 +- sysdeps/aarch64/multiarch/memcpy_advsimd.S | 248 +++++++++++++++++++++++++ sysdeps/aarch64/multiarch/memmove.c | 6 +- sysdeps/aarch64/sysdep.h | 2 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 8 +- 8 files changed, 370 insertions(+), 103 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S