[all-commits] [llvm/llvm-project] 97e441: [libc] Separate memcpy implementations per arch
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Feb 15 05:22:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97e441dc6cfae31bc56b375e43899946ec7f08a8
https://github.com/llvm/llvm-project/commit/97e441dc6cfae31bc56b375e43899946ec7f08a8
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/aarch64/memcpy_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
A libc/src/string/memory_utils/x86_64/memcpy_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[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.
More information about the All-commits
mailing list