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.
discards 93544317cc remove some IS_IN (libc) strcmp discards e1355953de Rename ifunc-strcasecmp.h to ifunc-strcmp.h discards e73ee6709d Simplify strcmp SSE4.2 discards fb146e449d Add strcmp-avx.S discards 421a1b5376 Add strncmp-avx.S discards fb3d0118f6 More fixes for strcmp SSE4 discards 394bf2e50e More strcmp SSE4 fixes discards 04ff139985 Fix strcmp SSE4 discards d97e4b7041 Initial strcmp IFUNC in C new 80ba342d9d x86-64: Implement strcmp family IFUNC selectors in C
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (93544317cc) \ N -- N -- N refs/heads/hjl/ifunc/c (80ba342d9d)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 6 +++--- sysdeps/x86_64/multiarch/strcasecmp_l-avx.S | 5 ++--- sysdeps/x86_64/multiarch/strcasecmp_l-sse2.S | 1 - .../multiarch/{strcasecmp_l-sse42.S => strcasecmp_l-sse4_2.S} | 3 +-- sysdeps/x86_64/multiarch/strcmp-avx.S | 5 ++--- sysdeps/x86_64/multiarch/strcmp-sse2.S | 1 - sysdeps/x86_64/multiarch/strncase_l-avx.S | 5 ++--- sysdeps/x86_64/multiarch/strncase_l-sse2.S | 4 ++-- .../x86_64/multiarch/{strncase_l-sse42.S => strncase_l-sse4_2.S} | 3 +-- sysdeps/x86_64/multiarch/strncmp-avx.S | 5 ++--- sysdeps/x86_64/multiarch/{strncmp-sse42.S => strncmp-sse4_2.S} | 2 +- 11 files changed, 16 insertions(+), 24 deletions(-) rename sysdeps/x86_64/multiarch/{strcasecmp_l-sse42.S => strcasecmp_l-sse4_2.S} (95%) rename sysdeps/x86_64/multiarch/{strncase_l-sse42.S => strncase_l-sse4_2.S} (95%) rename sysdeps/x86_64/multiarch/{strncmp-sse42.S => strncmp-sse4_2.S} (95%)