correcting SIMD shr examples documentation

This commit is contained in:
turu
2026-03-09 21:33:23 -05:00
parent 7ae1a4c456
commit 72db43f2d6

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