[libc-commits] [PATCH] D128335: [libc][mem*] Introduce Algorithms for new mem framework

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 22 04:37:27 PDT 2022


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

This patch is a subpart of D125768 <https://reviews.llvm.org/D125768> intented to make the review easier.

This patch introduces the same algorithms as in `libc/src/string/memory_utils/elements.h` but using the new API.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128335

Files:
  libc/src/string/memory_utils/algorithm.h
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/algorithm_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128335.438976.patch
Type: text/x-patch
Size: 31394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220622/48c7a147/attachment-0001.bin>


More information about the libc-commits mailing list