This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4228baef1a debug: Fix clang open fortify wrapper (BZ 31927) new 4dc83cac78 Aarch64: Add memcpy for qualcomm's oryon-1 core new 2f1f7a5f8a Aarch64: Add new memset for Qualcomm's oryon-1 core
The 2 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/cpu-features.h | 6 ++ sysdeps/aarch64/multiarch/Makefile | 2 + sysdeps/aarch64/multiarch/ifunc-impl-list.c | 4 ++ sysdeps/aarch64/multiarch/memcpy.c | 5 ++ .../{memcpy_thunderx.S => memcpy_oryon1.S} | 78 ++++++++++---------- sysdeps/aarch64/multiarch/memset.c | 5 ++ .../multiarch/{memset_emag.S => memset_oryon1.S} | 83 ++++++++++++++++++---- 7 files changed, 129 insertions(+), 54 deletions(-) copy sysdeps/aarch64/multiarch/{memcpy_thunderx.S => memcpy_oryon1.S} (82%) copy sysdeps/aarch64/multiarch/{memset_emag.S => memset_oryon1.S} (53%)