This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0e47414ce8 Don't include <bits/openat2.h> directly (bug 33848) new 9399998f72 AArch64: Optimize memcpy for Kunpeng 950 processor new 707658b428 AArch64: Add if('fastmath') to math-vector-fortran.h [BZ #33226] new 67322498c4 gnulib: sync comment from upstream
The 3 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: include/filename.h | 5 +- sysdeps/aarch64/cpu-features.h | 3 + sysdeps/aarch64/fpu/finclude/math-vector-fortran.h | 156 ++++++++++----------- sysdeps/aarch64/multiarch/Makefile | 1 + sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 + sysdeps/aarch64/multiarch/memcpy.c | 4 + sysdeps/aarch64/multiarch/memcpy_kunpeng950.S | 115 +++++++++++++++ sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 1 + 8 files changed, 207 insertions(+), 79 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/memcpy_kunpeng950.S