[libc-commits] [libc] [llvm] [libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (PR #144872)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Jun 19 19:27:31 PDT 2025
================
@@ -0,0 +1,127 @@
+#ifndef LLVM_LIBC_SRC_STRING_MEMORY_UTILS_ARM_INLINE_MEMCPY_H
----------------
petrhosek wrote:
The copyright header is missing.
https://github.com/llvm/llvm-project/pull/144872
More information about the libc-commits
mailing list