mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
langref tidy html fixup
This commit is contained in:
parent
577b994507
commit
f4ed5d7d48
1 changed files with 1 additions and 1 deletions
|
|
@ -8219,6 +8219,7 @@ test "vector @splat" {
|
|||
</p>
|
||||
<p>
|
||||
Not every operator is available for every vector element type:
|
||||
</p>
|
||||
<ul>
|
||||
<li>{#syntax#}.And{#endsyntax#}, {#syntax#}.Or{#endsyntax#},
|
||||
{#syntax#}.Xor{#endsyntax#} are available for
|
||||
|
|
@ -8228,7 +8229,6 @@ test "vector @splat" {
|
|||
available for {#link|floating point|Floats#} vectors,</li>
|
||||
<li>Every operator is available for {#link|integer|Integers#} vectors.
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Note that {#syntax#}.Add{#endsyntax#} and {#syntax#}.Mul{#endsyntax#}
|
||||
reductions on integral types are wrapping; when applied on floating point
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue