This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from 83aaa17144 NEWS: Mention BZ 25933 fix new 2fb2098c24 AArch64: Align ENTRY to a cacheline new 58c6a7ae53 AArch64: Add optimized Q-register memcpy new 64458aabeb AArch64: Improve backwards memmove performance new 53d501d6e9 AArch64: Rename IS_ARES to IS_NEOVERSE_N1 new c969e84e0c aarch64: Increase small and medium cases for __memcpy_generic new be3eaffd5a [AArch64] Improve integer memcpy new 28ff0f650c AArch64: Use __memcpy_simd on Neoverse N2/V1
The 7 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 | 211 +++++++++++---------- 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, 383 insertions(+), 104 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S