This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1f34a23288 elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp [...] new faaf733f49 x86_64: Implement evex512 version of strrchr and wcsrchr
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 | 2 + sysdeps/x86_64/multiarch/ifunc-impl-list.c | 10 + sysdeps/x86_64/multiarch/strrchr-evex-base.S | 264 +++++++++++++++++++++++++++ sysdeps/x86_64/multiarch/strrchr-evex512.S | 8 + sysdeps/x86_64/multiarch/wcsrchr-evex512.S | 13 ++ 5 files changed, 297 insertions(+) create mode 100644 sysdeps/x86_64/multiarch/strrchr-evex-base.S create mode 100644 sysdeps/x86_64/multiarch/strrchr-evex512.S create mode 100644 sysdeps/x86_64/multiarch/wcsrchr-evex512.S