[libc-commits] [PATCH] D155515: [libc][NFC] Split memmove implementations per platform

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 17 14:36:27 PDT 2023


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

- riscv does not have an optimzed memmove yet


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155515

Files:
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/aarch64/memmove_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/riscv/memmove_implementations.h
  libc/src/string/memory_utils/x86_64/memmove_implementations.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155515.541237.patch
Type: text/x-patch
Size: 14122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230717/6a0eba9b/attachment.bin>


More information about the libc-commits mailing list