This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 8ea20ee5f6 x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32 new c2ff9555a1 benchtests: Improve bench-strrchr new 5307aa9c18 x86: Optimize {str|wcs}rchr-sse2 new df7e295d18 x86: Optimize {str|wcs}rchr-avx2 new c966099cdc x86: Optimize {str|wcs}rchr-evex
The 4 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: benchtests/bench-strrchr.c | 126 +++++--- sysdeps/x86_64/multiarch/strrchr-avx2.S | 426 ++++++++++++++++---------- sysdeps/x86_64/multiarch/strrchr-evex.S | 471 +++++++++++++++++------------ sysdeps/x86_64/multiarch/strrchr-sse2.S | 2 +- sysdeps/x86_64/multiarch/wcsrchr-sse2.S | 3 +- sysdeps/x86_64/strrchr.S | 510 +++++++++++++++++++++----------- sysdeps/x86_64/wcsrchr.S | 268 +---------------- 7 files changed, 980 insertions(+), 826 deletions(-)