This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8521001731 scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant new 5082a287d5 x86_64: Add strstr function with 512-bit EVEX
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 | 6 + sysdeps/x86_64/multiarch/strstr-avx512.c | 214 +++++++++++++++++++++++++++++ sysdeps/x86_64/multiarch/strstr.c | 24 +++- 4 files changed, 242 insertions(+), 4 deletions(-) create mode 100644 sysdeps/x86_64/multiarch/strstr-avx512.c