We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_rot{l,r}{8,16}
1 parent 22fe5c8 commit f8865adCopy full SHA for f8865ad
docs/intrinsics/rotl8-rotl16.md
@@ -93,5 +93,5 @@ Rotating unsigned short 0x12 left by 10 bits gives 0x4800
93
94
## See also
95
96
-[`_rotr8`, `_rotr16`](../intrinsics/rotr8-rotr16.md)\
97
-[Compiler intrinsics](../intrinsics/compiler-intrinsics.md)
+[`_rotr8`, `_rotr16`](rotr8-rotr16.md)\
+[Compiler intrinsics](compiler-intrinsics.md)
docs/intrinsics/rotr8-rotr16.md
@@ -94,5 +94,5 @@ Rotating unsigned short 0x12 right by 10 bits gives 0x480
-[`_rotl8`, `_rotl16`](../intrinsics/rotl8-rotl16.md)\
98
+[`_rotl8`, `_rotl16`](rotl8-rotl16.md)\
0 commit comments