@@ -143,7 +143,6 @@ if (current_toolchain == default_toolchain) {
143
143
" __algorithm/pop_heap.h" ,
144
144
" __algorithm/prev_permutation.h" ,
145
145
" __algorithm/pstl.h" ,
146
- " __algorithm/pstl_frontend_dispatch.h" ,
147
146
" __algorithm/push_heap.h" ,
148
147
" __algorithm/ranges_adjacent_find.h" ,
149
148
" __algorithm/ranges_all_of.h" ,
@@ -646,11 +645,12 @@ if (current_toolchain == default_toolchain) {
646
645
" __numeric/transform_reduce.h" ,
647
646
" __ostream/basic_ostream.h" ,
648
647
" __ostream/print.h" ,
648
+ " __pstl/backend.h" ,
649
+ " __pstl/backend_fwd.h" ,
650
+ " __pstl/backends/default.h" ,
649
651
" __pstl/backends/libdispatch.h" ,
650
652
" __pstl/backends/serial.h" ,
651
653
" __pstl/backends/std_thread.h" ,
652
- " __pstl/configuration.h" ,
653
- " __pstl/configuration_fwd.h" ,
654
654
" __pstl/cpu_algos/any_of.h" ,
655
655
" __pstl/cpu_algos/cpu_traits.h" ,
656
656
" __pstl/cpu_algos/fill.h" ,
@@ -660,6 +660,8 @@ if (current_toolchain == default_toolchain) {
660
660
" __pstl/cpu_algos/stable_sort.h" ,
661
661
" __pstl/cpu_algos/transform.h" ,
662
662
" __pstl/cpu_algos/transform_reduce.h" ,
663
+ " __pstl/dispatch.h" ,
664
+ " __pstl/handle_exception.h" ,
663
665
" __random/bernoulli_distribution.h" ,
664
666
" __random/binomial_distribution.h" ,
665
667
" __random/cauchy_distribution.h" ,
0 commit comments