mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Merge pull request #6395 from daninaga/master
correcting SIMD shr examples documentation
This commit is contained in:
@@ -493,7 +493,7 @@ Example:
|
||||
+-------+-------+-------+-------+
|
||||
res:
|
||||
+-------+-------+-------+--------+
|
||||
| 0x04 | 0x2a | 0 | 0xff |
|
||||
| 0x04 | 0x2a | 0 | 0x7f |
|
||||
+-------+-------+-------+--------+
|
||||
*/
|
||||
shr :: intrinsics.simd_shr
|
||||
@@ -581,7 +581,7 @@ Example:
|
||||
+-------+-------+-------+-------+
|
||||
res:
|
||||
+-------+-------+-------+--------+
|
||||
| 0x04 | 0x2a | 0x01 | 0xff |
|
||||
| 0x04 | 0x2a | 0x01 | 0x7f |
|
||||
+-------+-------+-------+--------+
|
||||
*/
|
||||
shr_masked :: intrinsics.simd_shr_masked
|
||||
|
||||
Reference in New Issue
Block a user