[libcxx-commits] [PATCH] D149686: [libc++][DISCUSSION] Exploring PSTL backend customization points

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 9 11:59:48 PDT 2023


philnik updated this revision to Diff 520782.
philnik marked 5 inline comments as done.
philnik added a comment.

Refactor to making this a proper patch (and not a draft anymore)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149686

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__config
  libcxx/include/__type_traits/is_execution_policy.h
  libcxx/include/__type_traits/is_valid.h
  libcxx/include/execution

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149686.520782.patch
Type: text/x-patch
Size: 14932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230509/da204ab6/attachment.bin>


More information about the libcxx-commits mailing list