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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 18 02:31:29 PDT 2022


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

- Use enum class for Temporal and Aligned attributes


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/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/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.430298.patch
Type: text/x-patch
Size: 97277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220518/8840cf1f/attachment-0001.bin>


More information about the libc-commits mailing list