This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2f1c6652d7 Move getnameinfo from 'inet' to 'nss' new 2bd0017988 AArch64: Add support for MOPS memcpy/memmove/memset
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: sysdeps/aarch64/multiarch/Makefile | 3 +++ sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 +++ sysdeps/aarch64/multiarch/init-arch.h | 4 +++- sysdeps/aarch64/multiarch/memcpy.c | 4 ++++ .../multiarch/memcpy_mops.S} | 23 ++++++++++++++++++++-- sysdeps/aarch64/multiarch/memmove.c | 4 ++++ .../multiarch/memmove_mops.S} | 23 ++++++++++++++++++++-- sysdeps/aarch64/multiarch/memset.c | 4 ++++ .../multiarch/memset_mops.S} | 22 +++++++++++++++++++-- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 3 +++ sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 1 + 11 files changed, 87 insertions(+), 7 deletions(-) copy sysdeps/{loongarch/lp64/multiarch/memcpy-lasx.S => aarch64/multiarch/memcpy_m [...] copy sysdeps/{loongarch/lp64/multiarch/memcpy-lasx.S => aarch64/multiarch/memmove_ [...] copy sysdeps/{loongarch/lp64/multiarch/memcpy-lasx.S => aarch64/multiarch/memset_m [...]