[libcxx-commits] [PATCH] D150277: [libc++][PSTL] Move the already implemented functions to the new dispatching scheme

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 12 13:11:21 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb97859b67416: [libc++][PSTL] Move the already implemented functions to the new dispatching… (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D150277?vs=521681&id=521770#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150277

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.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/serial.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__pstl/internal/parallel_backend_serial.h
  libcxx/include/__pstl/internal/parallel_impl.h
  libcxx/include/__pstl/internal/unseq_backend_simd.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150277.521770.patch
Type: text/x-patch
Size: 43400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230512/e9474291/attachment-0001.bin>


More information about the libcxx-commits mailing list