Skip to content

Commit

Permalink
Update vector.md, fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weliu authored and jinzhongjia committed Dec 21, 2023
1 parent 16ca831 commit 147b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/basic/advanced_type/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const is_all_true = @reduce(.And, result);
2. `.And`, `.Or`, `.Xor` 还可用于布尔。
3. `.Min`, `.Max`, `.Add`, `.Mul` 还可以用于浮点型。

注意:`.Add``.Mul` 在整形上的操作是 **wrapping**
注意:`.Add``.Mul` 在整型上的操作是 **wrapping**

<!-- 增加说明关于浮点的optimized说明 -->

Expand Down

0 comments on commit 147b964

Please sign in to comment.