Skip to content

Commit a96f510

Browse files
authored
Merge pull request ruanyf#407 from walkthecat/patch-1
Update simd.md
2 parents 0a2a378 + 63fba26 commit a96f510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ SIMD.Int16x8.subSaturate(c, d)
167167
// Int16x8[-32768, 0, 0, 0, 0, 0, 0, 0, 0]
168168
```
169169

170-
上面代码中,`Uint16`的最小值是`0``subSaturate`的最小值是`-32678`。一旦运算发生溢出,就返回最小值。
170+
上面代码中,`Uint16`的最小值是`0``Int16`的最小值是`-32678`。一旦运算发生溢出,就返回最小值。
171171

172172
### SIMD.%type%.mul(),SIMD.%type%.div(),SIMD.%type%.sqrt()
173173

0 commit comments

Comments
 (0)