[libc] Add memcmp implementation.
authorCheng Wang <chennngwang@gmail.com>
Fri, 4 Dec 2020 10:21:48 +0000 (18:21 +0800)
committerCheng Wang <chennngwang@gmail.com>
Tue, 15 Dec 2020 01:47:29 +0000 (09:47 +0800)
commitaf68c3b8924218596ecee948cc22cbb2c69c7f42
tree20cfcd5b203b6ae305e83cf63cc3c27343f9a86e
parent57a3d9ec4a8c1422f07264bed9f12a4ea416707e
[libc] Add memcmp implementation.

Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D93009
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/memcmp.cpp [new file with mode: 0644]
libc/src/string/memcmp.h [new file with mode: 0644]
libc/test/src/string/CMakeLists.txt
libc/test/src/string/memcmp_test.cpp [new file with mode: 0644]