[libc++][PSTL] Move the already implemented functions to the new dispatching scheme
authorNikolas Klauser <n_klauser@apple.com>
Tue, 9 May 2023 21:44:13 +0000 (14:44 -0700)
committerNikolas Klauser <n_klauser@apple.com>
Fri, 12 May 2023 20:11:16 +0000 (13:11 -0700)
commitb97859b67416b1c56e90daa34792db124fa85c58
treef23dc68b5dfb4afa1fa782111356871649e89bc6
parent88149fb3f4a8a7b86803823078d5b9ccddebba7b
[libc++][PSTL] Move the already implemented functions to the new dispatching scheme

Reviewed By: ldionne, #libc

Spies: arichardson, pcwang-thead, libcxx-commits, miyuki

Differential Revision: https://reviews.llvm.org/D150277
17 files changed:
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 [new file with mode: 0644]
libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h [new file with mode: 0644]
libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h [new file with mode: 0644]
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 [deleted file]
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