[libcxx-commits] [PATCH] D154305: [libc++][PSTL] Parallelize random_access_iterator

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 7 08:58:48 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0e2de665f34f: [libc++][PSTL] Parallelize random_access_iterator (authored by gonzalobg, committed by Mordante).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154305

Files:
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
  libcxx/include/__algorithm/pstl_copy.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/pstl_generate.h
  libcxx/include/__algorithm/pstl_transform.h
  libcxx/include/__iterator/concepts.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154305.547812.patch
Type: text/x-patch
Size: 20036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230807/1f7a196e/attachment-0001.bin>


More information about the libcxx-commits mailing list