This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a37b5daa6b S390: Use cu21 instruction for converting from utf16 to utf8. new f8f72bc0c3 [ARM] Optimise memchr for NEON-enabled processors
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 | 11 ++ sysdeps/arm/armv7/multiarch/Makefile | 2 +- sysdeps/arm/armv7/multiarch/ifunc-impl-list.c | 5 + .../armv7/multiarch/memchr.S} | 55 ++++-- sysdeps/arm/armv7/multiarch/memchr_impl.S | 219 +++++++++++++++++++++ sysdeps/arm/armv7/multiarch/memchr_neon.S | 9 + 6 files changed, 281 insertions(+), 20 deletions(-) copy sysdeps/{powerpc/powerpc64/multiarch/memset-ppc64.S => arm/armv7/multiarch/me [...] create mode 100644 sysdeps/arm/armv7/multiarch/memchr_impl.S create mode 100644 sysdeps/arm/armv7/multiarch/memchr_neon.S