[libc-commits] [PATCH] D74397: [libc] Adding memcpy implementation for x86_64

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 12 06:40:57 PST 2020


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

- Improved documentation / fallback code for msvc


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74397

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/memcpy.cpp
  libc/src/string/memcpy.h
  libc/src/string/memcpy_arch_specific.h.def
  libc/src/string/memcpy_arch_specific_x86.inc
  libc/src/string/memcpy_arch_specific_x86_64.h.inc
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/memcpy_utils.h
  libc/src/string/memory_utils/utils.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memcpy_test.cpp
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/memcpy_utils_test.cpp
  libc/test/src/string/memory_utils/utils_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74397.244162.patch
Type: text/x-patch
Size: 19862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200212/055d070c/attachment-0001.bin>


More information about the libc-commits mailing list