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

Commit 3b1bd0b

Browse files
authored
Merge pull request #66 from froydnj/patch-1
fix typo in not-equal comparison description
2 parents 54fdb47 + e347d9d commit 3b1bd0b

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
@@ -583,7 +583,7 @@ def S.eq(a, b):
583583
* `f32x4.ne(a: v128, b: v128) -> v128`
584584
* `f64x2.ne(a: v128, b: v128) -> v128`
585585

586-
The `ne` operations produce the inverse of their `ne` counterparts:
586+
The `ne` operations produce the inverse of their `eq` counterparts:
587587

588588
```python
589589
def S.ne(a, b):

0 commit comments

Comments
 (0)