(no commit message)
authorcand@51b69dee28eeccfe0f04790433b843689895c6e3 <cand@web>
Thu, 10 Dec 2020 18:22:17 +0000 (18:22 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 10 Dec 2020 18:22:17 +0000 (18:22 +0000)
openpower/sv/av_opcodes.mdwn

index 5263eebc9ed7e58c92f59d5f5e31b6435b4ec5db..3393898ac7732462036c0b4ce28b433503a8a7da 100644 (file)
@@ -109,7 +109,7 @@ For 8,16,32,64, resulting in 8,16,32,64,128.
 
 ## vec_rl - rotate left
 
-    (a << x) | (a >> (WIDTH - x)
+    (a << x) | (a >> (WIDTH - x))
 
 ## vec_sel - bitwise select