[libc-commits] [PATCH] D150202: [libc] Add optimized memcpy for RISCV 64
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 10 01:35:01 PDT 2023
gchatelet updated this revision to Diff 520931.
gchatelet marked 2 inline comments as done.
gchatelet added a comment.
- rebase
- Fix typo
- Add missing dependency
- Make sure the loaded type sizes sum up to the value type size.
- Document why we ignore 'array-bounds' warning
- Support RISCV 32.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150202/new/
https://reviews.llvm.org/D150202
Files:
libc/src/__support/macros/properties/architectures.h
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/utils.h
libc/test/src/string/memory_utils/utils_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150202.520931.patch
Type: text/x-patch
Size: 10856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230510/cb127676/attachment.bin>
More information about the libc-commits
mailing list