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

Commit e347d9d

Browse files
authored
fix typo in not-equal comparison description
1 parent 54fdb47 commit e347d9d

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)