mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Apply suggestions from code review
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
+2
-2
@@ -632,7 +632,7 @@ saturating_add :: intrinsics.simd_saturating_add
|
|||||||
Saturated subtraction of vectors.
|
Saturated subtraction of vectors.
|
||||||
|
|
||||||
The *saturated difference* is a difference, that upon overflow or underflow,
|
The *saturated difference* is a difference, that upon overflow or underflow,
|
||||||
instead of round-tripping, keeps the value clamped between the minimum and the
|
instead of wrapping, keeps the value clamped between the minimum and the
|
||||||
maximum values of the lane type.
|
maximum values of the lane type.
|
||||||
|
|
||||||
This procedure returns a vector where each lane is the saturated difference of
|
This procedure returns a vector where each lane is the saturated difference of
|
||||||
@@ -1260,7 +1260,7 @@ lanes_ge :: intrinsics.simd_lanes_ge
|
|||||||
/*
|
/*
|
||||||
Perform a gather load into a vector.
|
Perform a gather load into a vector.
|
||||||
|
|
||||||
A *gather* operation is memory load operation, that loads values from an vector
|
A *gather* operation is a memory load operation, that loads values from a vector
|
||||||
of addresses into a single value vector. This can be used to achieve the
|
of addresses into a single value vector. This can be used to achieve the
|
||||||
following results:
|
following results:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user