[libc-commits] [PATCH] D86162: [libc] Add two-way strstr algorithm.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Aug 23 14:29:37 PDT 2020


cgyurgyik updated this revision to Diff 287274.
cgyurgyik added a comment.

Use operator< for internal::Max.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86162

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/memchr.cpp
  libc/src/string/string_utils.h
  libc/src/string/strstr.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strstr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86162.287274.patch
Type: text/x-patch
Size: 15246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200823/3b3f1e91/attachment.bin>


More information about the libc-commits mailing list