Merge pull request #6395 from daninaga/master

correcting SIMD shr examples documentation
This commit is contained in:
gingerBill
2026-03-10 12:25:19 +00:00
committed by GitHub

View File

@@ -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