[libc-commits] [PATCH] D101296: [libc] Use different alignment for memcpy between ARM and x86.

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 26 12:19:04 PDT 2021


gchatelet updated this revision to Diff 340609.
gchatelet added a comment.

- Also fix alignment to 32 byte on x86.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101296/new/

https://reviews.llvm.org/D101296

Files:
  libc/src/string/aarch64/memcpy.cpp
  libc/src/string/memcpy.cpp
  libc/src/string/memory_utils/memcpy_utils.h
  libc/src/string/x86/memcpy.cpp
  libc/test/src/string/memory_utils/memcpy_utils_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101296.340609.patch
Type: text/x-patch
Size: 8635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210426/fe5df5f6/attachment-0001.bin>


More information about the libc-commits mailing list