diff --git a/doc/langref.html.in b/doc/langref.html.in index 31395df538..90018cab30 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -2489,6 +2489,7 @@ test "null terminated array" {
Vectors support the same builtin operators as their underlying base types. These operations are performed element-wise, and return a vector of the same length as the input vectors. This includes: +
It is prohibited to use a math operator on a mixture of scalars (individual numbers) and vectors. Zig provides the {#link|@splat#} builtin to easily convert from scalars to vectors, and it supports {#link|@reduce#}