This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 442d9c9c67 Consolidate wait3 implementations new 233efd433d aarch64: Optimized implementation of memcmp new 0237b61526 aarch64: Optimized implementation of strcpy new 2911cb68ed aarch64: Optimized implementation of strnlen new a7611806d5 aarch64: Optimized implementation of memrchr new 0db8e7b366 aarch64: Add Huawei Kunpeng to tunable cpu list new c2150769d0 aarch64: Optimized strlen for strlen_asimd new 525de033a9 aarch64: Optimized memset for Kunpeng processor.
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: manual/tunables.texi | 2 +- sysdeps/aarch64/memcmp.S | 132 +++++++++++++++---------- sysdeps/aarch64/{memchr.S => memrchr.S} | 48 ++++----- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 + sysdeps/aarch64/multiarch/memset.c | 5 +- sysdeps/aarch64/multiarch/memset_kunpeng.S | 113 +++++++++++++++++++++ sysdeps/aarch64/multiarch/strlen.c | 4 +- sysdeps/aarch64/multiarch/strlen_asimd.S | 42 +++++--- sysdeps/aarch64/strcpy.S | 59 +++++------ sysdeps/aarch64/strnlen.S | 52 +++++++++- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 1 + sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 3 + 13 files changed, 336 insertions(+), 128 deletions(-) copy sysdeps/aarch64/{memchr.S => memrchr.S} (84%) create mode 100644 sysdeps/aarch64/multiarch/memset_kunpeng.S