[all-commits] [llvm/llvm-project] bfd948: [libc][NFC] Move aligned access implementations to...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Sun Jul 9 15:17:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfd94882f2648e2a5ed651bca6cfeb4fb7788b86
https://github.com/llvm/llvm-project/commit/bfd94882f2648e2a5ed651bca6cfeb4fb7788b86
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-07-09 (Sun, 09 Jul 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
M libc/src/string/memory_utils/bcmp_implementations.h
A libc/src/string/memory_utils/generic/aligned_access.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move aligned access implementations to separate header
Follow up on https://reviews.llvm.org/D154770
Differential Revision: https://reviews.llvm.org/D154800
More information about the All-commits
mailing list