This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ifunc/c in repository glibc.
from fb3d0118f6 More fixes for strcmp SSE4 new 421a1b5376 Add strncmp-avx.S new fb146e449d Add strcmp-avx.S new e73ee6709d Simplify strcmp SSE4.2
The 3 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 | 4 ++-- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 ++++++ sysdeps/x86_64/multiarch/strcasecmp_l-avx.S | 4 ---- sysdeps/x86_64/multiarch/strcasecmp_l-sse42.S | 4 ---- .../multiarch/{strlen-sse2.S => strcmp-avx.S} | 9 ++++----- sysdeps/x86_64/multiarch/strcmp-sse42.S | 18 ++++++++++++++++++ sysdeps/x86_64/multiarch/strcmp.c | 4 ++++ sysdeps/x86_64/multiarch/strncase_l-avx.S | 13 ------------- sysdeps/x86_64/multiarch/strncase_l-sse42.S | 13 ------------- .../ipc_priv.h => x86_64/multiarch/strncmp-avx.S} | 8 +++++--- sysdeps/x86_64/multiarch/strncmp-sse42.S | 11 ----------- sysdeps/x86_64/multiarch/strncmp.c | 21 +-------------------- 12 files changed, 40 insertions(+), 75 deletions(-) copy sysdeps/x86_64/multiarch/{strlen-sse2.S => strcmp-avx.S} (87%) copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => x86_64/multiarch/strncmp-avx.S} (85%)