[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 Mar 18 09:47:32 PDT 2020


gchatelet updated this revision to Diff 251115.
gchatelet marked 8 inline comments as done.
gchatelet added a comment.

Address comments and rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74397

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/cmake/modules/cpu_features/check_avx.cpp
  libc/cmake/modules/cpu_features/check_avx512f.cpp
  libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
  libc/cmake/modules/cpu_features/check_sse.cpp
  libc/cmake/modules/cpu_features/check_sse2.cpp
  libc/lib/CMakeLists.txt
  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/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/memcpy_utils.h
  libc/src/string/memory_utils/utils.h
  libc/src/string/x86/CMakeLists.txt
  libc/src/string/x86/memcpy_arch_specific.h.inc
  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.251115.patch
Type: text/x-patch
Size: 36049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200318/1db1b60d/attachment-0001.bin>


More information about the libc-commits mailing list