[libc][NFC] Move memcmp implementations in subfolders
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 14 Mar 2023 12:46:21 +0000 (12:46 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 14 Mar 2023 12:47:24 +0000 (12:47 +0000)
commit7f20e2a8d2ba73a8b05742903f4ae42afec82bff
tree05248db6f511afa90b67a0df449fb939db4846ad
parente9a03f360fa964d90a4c55884ac8ac8a00abc896
[libc][NFC] Move memcmp implementations in subfolders
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/memcmp_implementations.h [new file with mode: 0644]
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/x86_64/memcmp_implementations.h [new file with mode: 0644]
utils/bazel/llvm-project-overlay/libc/BUILD.bazel