[all-commits] [llvm/llvm-project] b67ee5: [reland][libc] Separate memcpy implementations per...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Feb 15 06:40:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b67ee5d50562211c7033d586bfc08cf305c9e4ba
https://github.com/llvm/llvm-project/commit/b67ee5d50562211c7033d586bfc08cf305c9e4ba
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:
-----------
[reland][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