[libcxx-commits] [PATCH] D151375: [libc++][PSTL] Implement std::merge

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 30 15:07:17 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbf63b15bd4bf: [libc++][PSTL] Implement std::merge (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151375

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/merge.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
  libcxx/include/__algorithm/pstl_merge.h
  libcxx/include/__pstl/internal/algorithm_impl.h
  libcxx/include/__pstl/internal/glue_algorithm_impl.h
  libcxx/include/__pstl/internal/parallel_backend_serial.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151375.526807.patch
Type: text/x-patch
Size: 23965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230530/0ff7a6be/attachment-0001.bin>


More information about the libcxx-commits mailing list