This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e94c310357 x86-64: Optimize memcmp-avx2-movbe.S for short difference new f21f59124d S390: Add new hwcap values for new cpu architecture - arch12. new 23ea69a9d6 S390: Use cu41 instruction for converting from utf32 to utf8. new 593e4da186 S390: Use cu42 instruction for converting from utf32 to utf16. new f0137ff31d S390: Use cu24 instruction for converting from utf16 to utf32. new a37b5daa6b S390: Use cu21 instruction for converting from utf16 to utf8.
The 5 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 | 35 +++++ sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 5 +- sysdeps/s390/multiarch/utf16-utf32-z9.c | 16 ++- sysdeps/s390/multiarch/utf8-utf16-z9.c | 8 +- sysdeps/s390/multiarch/utf8-utf32-z9.c | 8 +- sysdeps/s390/utf16-utf32-z9.c | 220 +++++++++++++++++++++++++++++- sysdeps/s390/utf8-utf16-z9.c | 117 ++++++++++++++++ sysdeps/s390/utf8-utf32-z9.c | 112 +++++++++++++++ sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 3 + 10 files changed, 512 insertions(+), 17 deletions(-)