This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9cd30491dd x86: Add macros to implement ifunce selection in C new ef9c4cb6c7 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
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 | 42 ++++++++++++++++++++++ include/wchar.h | 3 ++ sysdeps/x86_64/memset.S | 18 +++++++++- sysdeps/x86_64/multiarch/Makefile | 4 +++ sysdeps/x86_64/multiarch/ifunc-impl-list.c | 22 ++++++++++++ .../x86_64/multiarch/memset-avx2-unaligned-erms.S | 8 ++++- .../multiarch/memset-avx512-unaligned-erms.S | 9 ++++- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 24 +++++++++++-- sysdeps/x86_64/multiarch/memset.S | 13 +++++-- sysdeps/{s390 => x86_64}/multiarch/wmemset.c | 17 ++++----- sysdeps/x86_64/multiarch/wmemset.h | 42 ++++++++++++++++++++++ .../x86_64/multiarch/wmemset_chk-nonshared.S | 7 ++-- .../multiarch/wmemset_chk.c} | 28 ++++++--------- sysdeps/x86_64/{bzero.S => wmemset.S} | 0 sysdeps/x86_64/{memset_chk.S => wmemset_chk.S} | 12 +++---- 15 files changed, 206 insertions(+), 43 deletions(-) copy sysdeps/{s390 => x86_64}/multiarch/wmemset.c (74%) create mode 100644 sysdeps/x86_64/multiarch/wmemset.h copy resolv/tst-resolv-res_init-thread.c => sysdeps/x86_64/multiarch/wmemset_chk-n [...] copy sysdeps/{posix/preadv64v2.c => x86_64/multiarch/wmemset_chk.c} (65%) copy sysdeps/x86_64/{bzero.S => wmemset.S} (100%) copy sysdeps/x86_64/{memset_chk.S => wmemset_chk.S} (83%)