@@ -72,22 +72,7 @@ set(files
72
72
__algorithm/partition_point.h
73
73
__algorithm/pop_heap.h
74
74
__algorithm/prev_permutation.h
75
- __algorithm/pstl_any_all_none_of.h
76
- __algorithm/pstl_copy.h
77
- __algorithm/pstl_count.h
78
- __algorithm/pstl_equal.h
79
- __algorithm/pstl_fill.h
80
- __algorithm/pstl_find.h
81
- __algorithm/pstl_for_each.h
82
- __algorithm/pstl_generate.h
83
- __algorithm/pstl_is_partitioned.h
84
- __algorithm/pstl_merge.h
85
- __algorithm/pstl_move.h
86
- __algorithm/pstl_replace.h
87
- __algorithm/pstl_rotate_copy.h
88
- __algorithm/pstl_sort.h
89
- __algorithm/pstl_stable_sort.h
90
- __algorithm/pstl_transform.h
75
+ __algorithm/pstl.h
91
76
__algorithm/push_heap.h
92
77
__algorithm/ranges_adjacent_find.h
93
78
__algorithm/ranges_all_of.h
@@ -569,18 +554,19 @@ set(files
569
554
__numeric/iota.h
570
555
__numeric/midpoint.h
571
556
__numeric/partial_sum.h
572
- __numeric/pstl_reduce.h
573
- __numeric/pstl_transform_reduce.h
557
+ __numeric/pstl.h
574
558
__numeric/reduce.h
575
559
__numeric/saturation_arithmetic.h
576
560
__numeric/transform_exclusive_scan.h
577
561
__numeric/transform_inclusive_scan.h
578
562
__numeric/transform_reduce.h
579
563
__pstl/backend_fwd.h
564
+ __pstl/backends/default.h
580
565
__pstl/backends/libdispatch.h
581
566
__pstl/backends/serial.h
582
567
__pstl/backends/std_thread.h
583
568
__pstl/configuration.h
569
+ __pstl/configuration_fwd.h
584
570
__pstl/cpu_algos/any_of.h
585
571
__pstl/cpu_algos/cpu_traits.h
586
572
__pstl/cpu_algos/fill.h
@@ -590,13 +576,7 @@ set(files
590
576
__pstl/cpu_algos/stable_sort.h
591
577
__pstl/cpu_algos/transform_reduce.h
592
578
__pstl/cpu_algos/transform.h
593
- __pstl/defaults.h
594
- __pstl/defaults/find_if_family.h
595
- __pstl/defaults/for_each_family.h
596
- __pstl/defaults/merge_family.h
597
- __pstl/defaults/stable_sort_family.h
598
- __pstl/defaults/transform_family.h
599
- __pstl/defaults/transform_reduce_family.h
579
+ __pstl/dispatch.h
600
580
__pstl/run_backend.h
601
581
__random/bernoulli_distribution.h
602
582
__random/binomial_distribution.h
0 commit comments