mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Vectors clarification in docs
This commit is contained in:
parent
01ab167ce3
commit
3cdc0f104e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user