[all-commits] [llvm/llvm-project] b97859: [libc++][PSTL] Move the already implemented functi...
philnik777 via All-commits
all-commits at lists.llvm.org
Fri May 12 13:11:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b97859b67416b1c56e90daa34792db124fa85c58
https://github.com/llvm/llvm-project/commit/b97859b67416b1c56e90daa34792db124fa85c58
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/pstl_any_all_none_of.h
M libcxx/include/__algorithm/pstl_backend.h
M libcxx/include/__algorithm/pstl_backends/cpu_backend.h
A libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
A libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
A libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
M libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
M libcxx/include/__algorithm/pstl_fill.h
M libcxx/include/__algorithm/pstl_find.h
M libcxx/include/__algorithm/pstl_for_each.h
M libcxx/include/__pstl/internal/parallel_backend_serial.h
R libcxx/include/__pstl/internal/parallel_impl.h
M libcxx/include/__pstl/internal/unseq_backend_simd.h
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list