llvm-project/pstl/test/std/numerics/numeric.ops
Ruslan Arutyunyan 843c12d6a0 [libc++][pstl] Implement tag dispatching mechanism for Parallel STL
Implement the mechanism that simplifies the execution policy/iterator
category dispatching and allows to implement customizations for
the parallel algorithms with adding custom tags

Reviewed By: rodgert, MikeDvorskiy

Differential Revision: https://reviews.llvm.org/D104492
2022-01-28 04:09:51 +03:00
..
adjacent_difference.pass.cpp [pstl] Fix -Wundef errors in the test suite 2021-05-26 15:24:49 -04:00
reduce.pass.cpp [pstl] Fix -Wundef errors in the test suite 2021-05-26 15:24:49 -04:00
scan.fail.cpp [libc++][pstl] Implement tag dispatching mechanism for Parallel STL 2022-01-28 04:09:51 +03:00
scan.pass.cpp [pstl] Fix -Wundef errors in the test suite 2021-05-26 15:24:49 -04:00
transform_reduce.pass.cpp [pstl] Workaround more errors in the test suite 2021-05-26 15:45:01 -04:00
transform_scan.pass.cpp [pstl] Fix -Wundef errors in the test suite 2021-05-26 15:24:49 -04:00