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

Commit 2fd21c0

Browse files
author
Anonymous
authored
Fix typo in SIMD.md (#409)
1 parent 20e914b commit 2fd21c0

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
@@ -349,7 +349,7 @@ def S.Reduce(x):
349349
```
350350

351351
There is no integer division operation provided here. This operation is not
352-
commonly part of bit 128-bit SIMD ISAs.
352+
commonly part of 128-bit SIMD ISAs.
353353

354354
### Integer addition
355355
* `i8x16.add(a: v128, b: v128) -> v128`

0 commit comments

Comments
 (0)