This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.30/master in repository glibc.
from d59630f995 arm: CVE-2020-6096: Fix multiarch memcpy for negative length [...] new afc53d52dc AArch64: Align ENTRY to a cacheline new ade1fa24e3 AArch64: Add optimized Q-register memcpy new 236287f869 AArch64: Improve backwards memmove performance new ad34abcad5 AArch64: Rename IS_ARES to IS_NEOVERSE_N1 new 704e18d66d aarch64: Increase small and medium cases for __memcpy_generic new 80259cd098 [AArch64] Improve integer memcpy new 24c0d68815 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