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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 18 08:42:07 PDT 2024


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

I think it would be nice if this were addressed before we merge this patch. That way, this patch can actually add a short benchmark for `ranges::adjacent_find` too and we can confirm that we're improving both.

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


More information about the libcxx-commits mailing list