[libc-commits] [PATCH] D74397: [libc] Adding memcpy implementation for x86_64
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Feb 28 07:17:36 PST 2020
gchatelet updated this revision to Diff 247261.
gchatelet added a comment.
This version creates and tests many implementations, and select one for publication into llvmlibc.a
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/src/string/CMakeLists.txt
libc/src/string/memcpy.cpp
libc/src/string/memcpy_arch_specific.h.def
libc/src/string/memcpy_entrypoint.cpp
libc/test/src/string/CMakeLists.txt
libc/test/src/string/memcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74397.247261.patch
Type: text/x-patch
Size: 12559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200228/f5e79875/attachment.bin>
More information about the libc-commits
mailing list