[libc-commits] [PATCH] D150202: [libc] Add optimized memcpy for RISCV 64

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 9 07:45:50 PDT 2023


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

- Make sure the loaded type sizes sum up to the value type size.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150202

Files:
  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.520700.patch
Type: text/x-patch
Size: 9925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230509/9c89354a/attachment-0001.bin>


More information about the libc-commits mailing list