This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from eb332f9feb benchtests: Bump start size since smaller sizes are noisy new 5a67c4fa01 aarch64: Optimized memset for falkor
The 1 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: ChangeLog | 21 +++++++++ bits/stdint-intn.h => sysdeps/aarch64/memset-reg.h | 25 +++++----- sysdeps/aarch64/memset.S | 27 ++++------- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 5 ++ sysdeps/aarch64/multiarch/init-arch.h | 8 ++-- sysdeps/{x86_64 => aarch64}/multiarch/memset.c | 25 ++++++---- sysdeps/aarch64/multiarch/memset_falkor.S | 53 ++++++++++++++++++++++ .../multiarch/memset_generic.S} | 18 +++----- .../multiarch/rtld-memset.S} | 12 ++--- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 10 ++++ sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 1 + 12 files changed, 146 insertions(+), 61 deletions(-) copy bits/stdint-intn.h => sysdeps/aarch64/memset-reg.h (74%) copy sysdeps/{x86_64 => aarch64}/multiarch/memset.c (62%) create mode 100644 sysdeps/aarch64/multiarch/memset_falkor.S copy sysdeps/{x86_64/multiarch/memcmp-sse2.S => aarch64/multiarch/memset_generic.S} (73%) copy sysdeps/{x86_64/multiarch/strlen-sse2.S => aarch64/multiarch/rtld-memset.S} (80%)