Skip to content

Commit

Permalink
Merge pull request WebAssembly#66 from froydnj/patch-1
Browse files Browse the repository at this point in the history
fix typo in not-equal comparison description
  • Loading branch information
arunetm authored Jan 30, 2019
2 parents 54fdb47 + e347d9d commit 3b1bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/simd/SIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def S.eq(a, b):
* `f32x4.ne(a: v128, b: v128) -> v128`
* `f64x2.ne(a: v128, b: v128) -> v128`

The `ne` operations produce the inverse of their `ne` counterparts:
The `ne` operations produce the inverse of their `eq` counterparts:

```python
def S.ne(a, b):
Expand Down

0 comments on commit 3b1bd0b

Please sign in to comment.