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 51671c431b x86-64: Optimize strrchr/wcsrchr with AVX2 discards 55d0aebebe x86-64: Optimize memrchr with AVX2 discards 5d781e8284 x86-64: Optimize strchr/strchrnul/wcschr with AVX2 discards 0b91fdac0a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 discards 665e0f8b98 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 discards 9cfe9269ee Add more tests for memchr adds bd6193907a Fix tst-timezone race (bug 14096). adds 81df4d253d Fix include paths in include/bits/types/*.h. adds 82c19bdfe3 float128: Extend the power of ten tables adds 32bf1d09da float128: Add conversion from float128 to mpn adds aab0f374e7 Remove duplicated code from __printf_fp_l, __printf_fphex, a [...] adds 2bc646c9e9 Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro adds cf2046ec7d float128: Add strfromf128 adds 5e1122827a x86-64: Rename wmemset.h to ifunc-wmemset.h new 425daf027b Add more tests for memchr new c0f3606933 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 new 83c22fae42 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 new e0f20b5a54 x86-64: Optimize strchr/strchrnul/wcschr with AVX2 new 6f6e1e2e9a x86-64: Optimize memrchr with AVX2 new 468dd82cbe 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 (51671c431b) \ N -- N -- N refs/heads/hjl/avx2/master (468dd82cbe)
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: ChangeLog | 96 +++++++++++ include/bits/types/clock_t.h | 2 +- include/bits/types/clockid_t.h | 2 +- include/bits/types/struct_iovec.h | 2 +- include/bits/types/struct_itimerspec.h | 2 +- include/bits/types/struct_osockaddr.h | 2 +- include/bits/types/struct_sigstack.h | 2 +- include/bits/types/struct_timespec.h | 2 +- include/bits/types/struct_timeval.h | 2 +- include/bits/types/struct_tm.h | 2 +- include/bits/types/time_t.h | 2 +- include/bits/types/timer_t.h | 2 +- include/gmp.h | 8 + stdio-common/printf-parsemb.c | 1 + stdio-common/printf.h | 4 +- stdio-common/printf_fp.c | 192 +++++++++++---------- stdio-common/printf_fphex.c | 131 +++++++------- stdio-common/printf_size.c | 83 ++++----- stdio-common/vfprintf.c | 10 +- stdlib/fpioconst.c | 8 +- stdlib/fpioconst.h | 18 +- stdlib/gmp-impl.h | 3 +- stdlib/stdlib.h | 9 + stdlib/strfrom-skeleton.c | 6 + sysdeps/ieee754/float128/Makefile | 3 + sysdeps/ieee754/float128/Versions | 5 + .../float128/float1282mpn.c} | 9 +- sysdeps/ieee754/float128/float128_private.h | 2 + .../float128/strfromf128.c} | 15 +- sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 3 +- sysdeps/ieee754/ldbl-128/printf_fphex.c | 88 +--------- .../{printf_fphex.c => printf_fphex_macros.h} | 23 ++- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 +- .../multiarch/{wmemset.h => ifunc-wmemset.h} | 0 sysdeps/x86_64/multiarch/wmemset.c | 2 +- sysdeps/x86_64/multiarch/wmemset_chk.c | 2 +- timezone/Makefile | 1 + 37 files changed, 407 insertions(+), 341 deletions(-) create mode 100644 sysdeps/ieee754/float128/Makefile copy sysdeps/{x86_64/multiarch/strlen-sse2.S => ieee754/float128/float1282mpn.c} (87%) copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => ieee754/float128/s [...] copy sysdeps/ieee754/ldbl-128/{printf_fphex.c => printf_fphex_macros.h} (85%) rename sysdeps/x86_64/multiarch/{wmemset.h => ifunc-wmemset.h} (100%)