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

Fix grammar #409

Merged
merged 1 commit into from Dec 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/simd/SIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def S.Reduce(x):
```

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

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