[libc-commits] [PATCH] D125768: [libc] Non-temporal memory function support

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 28 02:28:25 PDT 2022


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

remove unrelated change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125768

Files:
  libc/src/stdio/printf_core/parser.h
  libc/src/stdio/printf_core/writer.cpp
  libc/src/string/bcmp.cpp
  libc/src/string/bzero.cpp
  libc/src/string/memcmp.cpp
  libc/src/string/memcpy.cpp
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/bcmp_implementations.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/mempcpy.cpp
  libc/src/string/memset.cpp
  libc/src/string/stpncpy.cpp
  libc/src/string/string_utils.h
  libc/test/src/string/memcmp_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125768.440543.patch
Type: text/x-patch
Size: 30451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220628/34941b20/attachment-0001.bin>


More information about the libc-commits mailing list