@@ -158,6 +158,7 @@ if (current_toolchain == default_toolchain) {
158
158
" __algorithm/pstl_backends/cpu_backends/serial.h" ,
159
159
" __algorithm/pstl_backends/cpu_backends/thread.h" ,
160
160
" __algorithm/pstl_backends/cpu_backends/transform.h" ,
161
+ " __algorithm/pstl_backends/cpu_backends/transform_reduce.h" ,
161
162
" __algorithm/pstl_copy.h" ,
162
163
" __algorithm/pstl_fill.h" ,
163
164
" __algorithm/pstl_find.h" ,
@@ -593,6 +594,8 @@ if (current_toolchain == default_toolchain) {
593
594
" __numeric/iota.h" ,
594
595
" __numeric/midpoint.h" ,
595
596
" __numeric/partial_sum.h" ,
597
+ " __numeric/pstl_reduce.h" ,
598
+ " __numeric/pstl_transform_reduce.h" ,
596
599
" __numeric/reduce.h" ,
597
600
" __numeric/transform_exclusive_scan.h" ,
598
601
" __numeric/transform_inclusive_scan.h" ,
@@ -860,6 +863,7 @@ if (current_toolchain == default_toolchain) {
860
863
" __type_traits/nat.h" ,
861
864
" __type_traits/negation.h" ,
862
865
" __type_traits/noexcept_move_assign_container.h" ,
866
+ " __type_traits/operation_traits.h" ,
863
867
" __type_traits/predicate_traits.h" ,
864
868
" __type_traits/promote.h" ,
865
869
" __type_traits/rank.h" ,
0 commit comments