[libc][NFC] Allow memcmp to be inlined
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 4 Nov 2021 12:13:29 +0000 (12:13 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 4 Nov 2021 13:47:50 +0000 (13:47 +0000)
commit4f3511e28fc49faa4d2af743a37ca1007f5be30c
tree91d4e09fa545e82d0857bdd17540f1bcd44d4a9e
parentc2ce8f02ed948195d0275c3e34e7a6f4a40901e6
[libc][NFC] Allow memcmp to be inlined

Similar to D113097 although not strictly necessary for now. It helps
keeping the same structure for all memory functions.

Differential Revision: https://reviews.llvm.org/D113103
libc/src/string/CMakeLists.txt
libc/src/string/aarch64/memcmp.cpp [deleted file]
libc/src/string/memcmp.cpp
libc/src/string/memory_utils/memcmp_implementations.h [new file with mode: 0644]