zig/lib/libcxx/include/__numeric
Andrew Kelley 5d4439cc3e libcxx: update to LLVM 17
release/17.x branch, commit 8f4dd44097c9ae25dd203d5ac87f3b48f854bba8

This adds the flag `-D_LIBCPP_PSTL_CPU_BACKEND_SERIAL`. A future
enhancement could possibly pass something different if there is a
compelling parallel implementation. That libdispatch one might be worth
looking into.
2023-09-19 09:37:31 -07:00
..
accumulate.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
adjacent_difference.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
exclusive_scan.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
gcd_lcm.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
inclusive_scan.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
inner_product.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
iota.h update libcxx to llvm 16 2023-01-26 16:36:13 -07:00
midpoint.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
partial_sum.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
pstl_reduce.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
pstl_transform_reduce.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
reduce.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
transform_exclusive_scan.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
transform_inclusive_scan.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00
transform_reduce.h libcxx: update to LLVM 17 2023-09-19 09:37:31 -07:00