This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9995c839a0 manual: Document getcontext uc_stack value on Linux [BZ #759] new 36ada5f681 aarch64: Optimized memcpy for Qualcomm Falkor processor
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 | 15 ++ manual/tunables.texi | 2 +- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 +- sysdeps/aarch64/multiarch/memcpy.c | 7 +- sysdeps/aarch64/multiarch/memcpy_falkor.S | 187 +++++++++++++++++++++++++ sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 1 + sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 3 + 8 files changed, 216 insertions(+), 4 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/memcpy_falkor.S