[libc][NFC] Move aligned access implementations to separate header
commitbfd94882f2648e2a5ed651bca6cfeb4fb7788b86
authorGuillaume Chatelet <gchatelet@google.com>
Sun, 9 Jul 2023 21:34:50 +0000 (9 21:34 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Sun, 9 Jul 2023 22:17:05 +0000 (9 22:17 +0000)
tree4f4bf9553920e50115e2cd46c14a70209e6902b3
parent9259f41e62d2b2d49dac01247003304354ff4493
[libc][NFC] Move aligned access implementations to separate header

Follow up on https://reviews.llvm.org/D154770

Differential Revision: https://reviews.llvm.org/D154800
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/generic/aligned_access.h [new file with mode: 0644]
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/memset_implementations.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel