[libc-commits] [PATCH] D80291: [libc][NFC] Simplify memcpy implementation
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 20 05:23:43 PDT 2020
gchatelet created this revision.
gchatelet added reviewers: abrachet, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
This is a NFC, it aims at simplifying both the code and build files.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80291
Files:
libc/src/string/CMakeLists.txt
libc/src/string/memcpy.cpp
libc/src/string/memcpy_arch_specific.h.def
libc/src/string/memory_utils/memcpy_utils.h
libc/src/string/x86/memcpy.cpp
libc/src/string/x86/memcpy_arch_specific.h.inc
libc/test/src/string/memory_utils/memcpy_utils_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80291.265210.patch
Type: text/x-patch
Size: 15357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200520/4f4092e3/attachment-0001.bin>
More information about the libc-commits
mailing list