[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)
commit9ca6e5bb86963eed00108d7da57033691bc21dbc
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 11 Jan 2024 10:45:37 +0000 (11 11:45 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 10:45:37 +0000 (11 11:45 +0100)
tree516cd9526b7642787f82c6d579fc9015bf9d5b4c
parentbd2a6efb305bfc2a4d9b368388da3d76d1b98b34
[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)

Fixes #77080.
libc/src/string/memory_utils/op_x86.h
libc/test/src/string/memcmp_test.cpp