[libc-commits] [PATCH] D135134: [libc] New version of the mem* framework

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 5 06:24:02 PDT 2022


gchatelet updated this revision to Diff 465368.
gchatelet marked 2 inline comments as done.
gchatelet added a comment.

- Fix missing uint64_t for 32bit platforms


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135134

Files:
  libc/src/stdio/printf_core/string_writer.cpp
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/README.md
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/elements.h
  libc/src/string/memory_utils/elements_aarch64.h
  libc/src/string/memory_utils/elements_x86.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  libc/src/string/memory_utils/op_aarch64.h
  libc/src/string/memory_utils/op_builtin.h
  libc/src/string/memory_utils/op_generic.h
  libc/src/string/memory_utils/op_x86.h
  libc/src/string/memory_utils/utils.h
  libc/src/string/memset.cpp
  libc/test/src/string/bcmp_test.cpp
  libc/test/src/string/memmove_test.cpp
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/elements_test.cpp
  libc/test/src/string/memory_utils/memory_access_test.cpp
  libc/test/src/string/memory_utils/utils_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135134.465368.patch
Type: text/x-patch
Size: 138565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221005/95c4c0c7/attachment-0001.bin>


More information about the libc-commits mailing list