[libcxx-commits] [libcxx] [libc++] Vectorize std::adjacent_find (PR #89757)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 22 09:34:43 PDT 2024


================
@@ -27,7 +32,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
 
 template <class _Iter, class _Sent, class _BinaryPredicate>
----------------
ldionne wrote:

We should call this `adjacent_find` from `ranges::adjacent_find` too.

This can be tackled as part of https://github.com/llvm/llvm-project/issues/105687 instead.

https://github.com/llvm/llvm-project/pull/89757


More information about the libcxx-commits mailing list