| ... | ... | @@ -8215,8 +8215,7 @@ test "vector @splat" { |
| 8215 | 8215 | <pre>{#syntax#}@reduce(comptime op: builtin.ReduceOp, value: anytype) std.meta.Child(value){#endsyntax#}</pre> |
| 8216 | 8216 | <p> |
| 8217 | 8217 | Transforms a {#link|vector|Vectors#} into a scalar value by performing a |
| 8218 | | sequential horizontal reduction of its elements using the specified |
| 8219 | | specified operator {#syntax#}op{#endsyntax#}. |
| 8218 | sequential horizontal reduction of its elements using the specified operator {#syntax#}op{#endsyntax#}. |
| 8220 | 8219 | </p> |
| 8221 | 8220 | <p> |
| 8222 | 8221 | Not every operator is available for every vector element type: |