This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 798d716df7 linux: Fix missing __convert_scm_timestamps (BZ #28860) new 43388b3ac0 string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, [...] new 1a908d9074 string: Improve coverage in test-strcmp.c and test-strncmp.c new b77b06e0e2 x86: Optimize strcmp-avx2.S new 8418eb3ff4 x86: Optimize strcmp-evex.S new 80e6c6554b benchtests: Add more coverage for strcmp and strncmp benchmarks
The 5 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-strcmp.c | 142 ++- benchtests/bench-strncmp.c | 110 +- string/test-strcmp.c | 105 +- string/test-strncmp.c | 291 +++++- sysdeps/x86_64/multiarch/strcmp-avx2.S | 1590 +++++++++++++++++------------ sysdeps/x86_64/multiarch/strcmp-evex.S | 1712 +++++++++++++++++--------------- 6 files changed, 2347 insertions(+), 1603 deletions(-)