This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from f82072183a NEWS: Mention BZ 25933 fix new 118fbee7a0 AArch64: Align ENTRY to a cacheline new 4bd28df0b0 AArch64: Add optimized Q-register memcpy new b915da29da AArch64: Improve backwards memmove performance new 722c93572e aarch64: Increase small and medium cases for __memcpy_generic new fe09348c4e [AArch64] Improve integer memcpy new 98979f62b8 AArch64: Rename IS_ARES to IS_NEOVERSE_N1 new e5dac996b9 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