This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7a6ca82f80 linux: Fix generic struct_stat for 64 bit time (BZ# 29657) new 59e501f204 x86_64: Implement evex512 version of strchrnul, strchr and wcschr
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/x86_64/multiarch/Makefile | 3 + sysdeps/x86_64/multiarch/ifunc-impl-list.c | 12 + sysdeps/x86_64/multiarch/strchr-evex-base.S | 282 +++++++++++++++++++++ sysdeps/x86_64/multiarch/strchr-evex512.S | 8 + .../{strchrnul-avx2.S => strchrnul-evex512.S} | 4 +- sysdeps/x86_64/multiarch/wcschr-evex512.S | 9 + 6 files changed, 316 insertions(+), 2 deletions(-) create mode 100644 sysdeps/x86_64/multiarch/strchr-evex-base.S create mode 100644 sysdeps/x86_64/multiarch/strchr-evex512.S copy sysdeps/x86_64/multiarch/{strchrnul-avx2.S => strchrnul-evex512.S} (54%) create mode 100644 sysdeps/x86_64/multiarch/wcschr-evex512.S