This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1e9522c61c nscd: Eliminate compilation time dependency in the build output new 9ec87fd2b1 benchtests: Memory walking benchmark for memcpy new 36bb8edf51 benchtests: Memory walking benchmark for memset new 5bfb04042d benchtests: Memory walking benchmark for memmove new dd5bc7f1b3 aarch64: Optimized implementation of memmove for Qualcomm Falkor
The 4 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 | 18 ++ benchtests/Makefile | 3 +- .../{bench-memcpy-large.c => bench-memcpy-walk.c} | 71 +++---- benchtests/bench-memmove-walk.c | 143 +++++++++++++ .../{bench-memset-large.c => bench-memset-walk.c} | 50 ++--- sysdeps/aarch64/multiarch/Makefile | 3 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 + sysdeps/aarch64/multiarch/memmove.c | 7 +- sysdeps/aarch64/multiarch/memmove_falkor.S | 232 +++++++++++++++++++++ 9 files changed, 463 insertions(+), 65 deletions(-) copy benchtests/{bench-memcpy-large.c => bench-memcpy-walk.c} (54%) create mode 100644 benchtests/bench-memmove-walk.c copy benchtests/{bench-memset-large.c => bench-memset-walk.c} (71%) create mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S