Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 8a7c145

Browse files
authored
Clarify out-of-range behaviour of i8x16.swizzle (#370)
1 parent 1a08547 commit 8a7c145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/simd/SIMD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def S.shuffle(a, b, s):
325325
Returns a new vector with lanes selected from the lanes of the first input
326326
vector `a` specified in the second input vector `s`. The indices `i` in range
327327
`[0, 15]` select the `i`-th element of `a`. For indices outside of the range
328-
the resulting lane is 0.
328+
the resulting lane is initialized to 0.
329329

330330
```python
331331
def S.swizzle(a, s):

0 commit comments

Comments
 (0)