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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 24 07:44:55 PDT 2022


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

- Add more alignement tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125768

Files:
  libc/src/__support/CPP/TypeTraits.h
  libc/src/__support/common.h
  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/address.h
  libc/src/string/memory_utils/algorithm.h
  libc/src/string/memory_utils/backend_aarch64.h
  libc/src/string/memory_utils/backend_scalar.h
  libc/src/string/memory_utils/backend_x86.h
  libc/src/string/memory_utils/backends.h
  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/memory_utils/sized_op.h
  libc/src/string/mempcpy.cpp
  libc/src/string/memset.cpp
  libc/src/string/stpncpy.cpp
  libc/src/string/strlcpy.cpp
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/address_test.cpp
  libc/test/src/string/memory_utils/algorithm_test.cpp
  libc/test/src/string/memory_utils/backend_test.cpp
  libc/utils/UnitTest/LibcTest.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125768.431676.patch
Type: text/x-patch
Size: 100870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220524/d7595596/attachment-0001.bin>


More information about the libc-commits mailing list