This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/avx2/master in repository glibc.
discards 29995cdfd5 Update between_2_3 memcmp-avx2.S discards 3793249d7a memcmp-avx2.S discards 3180371a82 x86-64: Optimize strrchr/wcsrchr with AVX2 discards b3395c9a74 x86-64: Optimize memrchr with AVX2 discards adb1885921 x86-64: Optimize strchr/strchrnul/wcschr with AVX2 discards c67ef62d59 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 discards a9c26d841e x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 discards 33a455e5a9 x86-64: Optimize memcmp/wmemcmp AVX2 new 09f54b5b02 x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE new e4a655c9bb x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 new e6e317a06a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 new 8979816a1b x86-64: Optimize strchr/strchrnul/wcschr with AVX2 new 08b198b4f6 x86-64: Optimize memrchr with AVX2 new 31106555b1 x86-64: Optimize strrchr/wcsrchr with AVX2
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 (29995cdfd5) \ N -- N -- N refs/heads/hjl/avx2/master (31106555b1)
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 6 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/cpu-features.h | 1 + sysdeps/x86_64/multiarch/Makefile | 4 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 10 ++-- .../{memcmp-avx2.S => memcmp-avx2-movbe.S} | 56 +++++++++------------- sysdeps/x86_64/multiarch/memcmp.S | 4 +- sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S | 4 ++ sysdeps/x86_64/multiarch/wmemcmp-avx2.S | 4 -- sysdeps/x86_64/multiarch/wmemcmp.S | 4 +- 8 files changed, 42 insertions(+), 45 deletions(-) rename sysdeps/x86_64/multiarch/{memcmp-avx2.S => memcmp-avx2-movbe.S} (92%) create mode 100644 sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp-avx2.S