@@ -143,14 +143,6 @@ if (current_toolchain == default_toolchain) {
143
143
" __algorithm/pop_heap.h" ,
144
144
" __algorithm/prev_permutation.h" ,
145
145
" __algorithm/pstl_any_all_none_of.h" ,
146
- " __algorithm/pstl_backends/cpu_backends/any_of.h" ,
147
- " __algorithm/pstl_backends/cpu_backends/fill.h" ,
148
- " __algorithm/pstl_backends/cpu_backends/find_if.h" ,
149
- " __algorithm/pstl_backends/cpu_backends/for_each.h" ,
150
- " __algorithm/pstl_backends/cpu_backends/merge.h" ,
151
- " __algorithm/pstl_backends/cpu_backends/stable_sort.h" ,
152
- " __algorithm/pstl_backends/cpu_backends/transform.h" ,
153
- " __algorithm/pstl_backends/cpu_backends/transform_reduce.h" ,
154
146
" __algorithm/pstl_copy.h" ,
155
147
" __algorithm/pstl_count.h" ,
156
148
" __algorithm/pstl_equal.h" ,
@@ -663,7 +655,15 @@ if (current_toolchain == default_toolchain) {
663
655
" __pstl/backends/std_thread.h" ,
664
656
" __pstl/configuration.h" ,
665
657
" __pstl/configuration_fwd.h" ,
658
+ " __pstl/cpu_algos/any_of.h" ,
666
659
" __pstl/cpu_algos/cpu_traits.h" ,
660
+ " __pstl/cpu_algos/fill.h" ,
661
+ " __pstl/cpu_algos/find_if.h" ,
662
+ " __pstl/cpu_algos/for_each.h" ,
663
+ " __pstl/cpu_algos/merge.h" ,
664
+ " __pstl/cpu_algos/stable_sort.h" ,
665
+ " __pstl/cpu_algos/transform.h" ,
666
+ " __pstl/cpu_algos/transform_reduce.h" ,
667
667
" __random/bernoulli_distribution.h" ,
668
668
" __random/binomial_distribution.h" ,
669
669
" __random/cauchy_distribution.h" ,
0 commit comments