This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from b297581acb Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests new 492524a691 x86-64 memchr/wmemchr: Properly handle the length parameter [...] new f57666aa30 x86-64 memcmp/wmemcmp: Properly handle the length parameter [...]
The 2 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 | 26 ++++++++ NEWS | 8 +++ sysdeps/x86_64/memchr.S | 10 ++- sysdeps/x86_64/multiarch/memchr-avx2.S | 8 ++- sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 7 +- sysdeps/x86_64/multiarch/memcmp-sse4.S | 9 ++- sysdeps/x86_64/multiarch/memcmp-ssse3.S | 7 +- sysdeps/x86_64/x32/Makefile | 8 +++ .../s_rint.c => x86_64/x32/test-size_t.h} | 33 +++++----- sysdeps/x86_64/x32/tst-size_t-memchr.c | 72 ++++++++++++++++++++ sysdeps/x86_64/x32/tst-size_t-memcmp.c | 76 ++++++++++++++++++++++ .../x86_64/x32/tst-size_t-wmemchr.c | 6 +- .../x86_64/x32/tst-size_t-wmemcmp.c | 6 +- 13 files changed, 243 insertions(+), 33 deletions(-) copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c => x86_64/x32/test-size [...] create mode 100644 sysdeps/x86_64/x32/tst-size_t-memchr.c create mode 100644 sysdeps/x86_64/x32/tst-size_t-memcmp.c copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemchr.c (82%) copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemcmp.c (82%)