mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| accumulate.h | ||
| adjacent_difference.h | ||
| exclusive_scan.h | ||
| gcd_lcm.h | ||
| inclusive_scan.h | ||
| inner_product.h | ||
| iota.h | ||
| midpoint.h | ||
| partial_sum.h | ||
| pstl_reduce.h | ||
| pstl_transform_reduce.h | ||
| reduce.h | ||
| transform_exclusive_scan.h | ||
| transform_inclusive_scan.h | ||
| transform_reduce.h | ||