motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 3cdc0f104ee375a669d1a322da877df64255976b (tree)
parent 01ab167ce3c5c0db908b11451f160359230a440f
Author: data-man <datamanrb@gmail.com>
Date:   Thu, 16 Jul 2020 10:26:43 +0500

Vectors clarification in docs

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -1950,7 +1950,7 @@ test "null terminated array" { {#header_open|Vectors#} <p> - A vector is a group of {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on + A vector is a group of booleans, {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on in parallel using a single instruction ({#link|SIMD#}). Vector types are created with the builtin function {#link|@Type#}, or using the shorthand as {#syntax#}std.meta.Vector{#endsyntax#}. </p>