This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 569cfcc6bf hurd: Fix _NOFLSH value new ce758d4f06 AArch64: Optimize memchr new 0077624177 AArch64: Optimize memrchr new 1bbb1a2022 AArch64: Improve strlen_asimd new 51541a2297 AArch64: Optimize strchr new 09ebd8549b AArch64: Improve strchrnul new 349e48c01e AArch64: Optimize strcpy new 03c8ce5000 AArch64: Optimize strlen new ad098893ba AArch64: Optimize strnlen new 55599d4804 AArch64: Improve strrchr
The 9 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/memchr.S | 27 ++++++++------- sysdeps/aarch64/memrchr.S | 20 ++++++----- sysdeps/aarch64/multiarch/strlen_asimd.S | 16 +++------ sysdeps/aarch64/strchr.S | 52 +++++++++++++--------------- sysdeps/aarch64/strchrnul.S | 12 +++++-- sysdeps/aarch64/strcpy.S | 36 ++++++++++---------- sysdeps/aarch64/strlen.S | 20 ++++++----- sysdeps/aarch64/strnlen.S | 39 ++++++++++----------- sysdeps/aarch64/strrchr.S | 58 ++++++++++++++++++-------------- 9 files changed, 145 insertions(+), 135 deletions(-)