@@ -143,14 +143,6 @@ if (current_toolchain == default_toolchain) {
143143 " __algorithm/pop_heap.h" ,
144144 " __algorithm/prev_permutation.h" ,
145145 " __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" ,
154146 " __algorithm/pstl_copy.h" ,
155147 " __algorithm/pstl_count.h" ,
156148 " __algorithm/pstl_equal.h" ,
@@ -663,7 +655,15 @@ if (current_toolchain == default_toolchain) {
663655 " __pstl/backends/std_thread.h" ,
664656 " __pstl/configuration.h" ,
665657 " __pstl/configuration_fwd.h" ,
658+ " __pstl/cpu_algos/any_of.h" ,
666659 " __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" ,
667667 " __random/bernoulli_distribution.h" ,
668668 " __random/binomial_distribution.h" ,
669669 " __random/cauchy_distribution.h" ,
0 commit comments