[libc] Separate memcpy implementations per arch
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 14 Feb 2023 15:57:53 +0000 (15:57 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 14 Feb 2023 15:58:08 +0000 (15:58 +0000)
commit26541d4176346f8510302c74d6f3b958a4e523db
tree6198a402d775d29ddedb51a2c512b5b0c162104a
parent8981f20ae9c3f5db953ea7bad77702599ca65477
[libc] Separate memcpy implementations per arch

As x86_64 implementations is likely to grow up to a point where it's no more manageable to have all implementations in the same file.
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/memcpy_implementations.h [new file with mode: 0644]
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/x86_64/memcpy_implementations.h [new file with mode: 0644]
utils/bazel/llvm-project-overlay/libc/BUILD.bazel