[libc-commits] [PATCH] D104226: [libc] Add a set of elementary operations

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 14 07:34:39 PDT 2021


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

- fix base commit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104226

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/aarch64/memcpy.cpp
  libc/src/string/memcpy.cpp
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/elements.h
  libc/src/string/memory_utils/elements_x86.h
  libc/src/string/memory_utils/memcpy_utils.h
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/x86_64/memcpy.cpp
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/elements_test.cpp
  libc/test/src/string/memory_utils/memcpy_utils_test.cpp
  libc/test/src/string/memory_utils/memory_access_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104226.351868.patch
Type: text/x-patch
Size: 62769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210614/2b682879/attachment-0001.bin>


More information about the libc-commits mailing list