(no commit message)
authorlkcl <lkcl@web>
Sat, 29 Oct 2022 10:18:08 +0000 (11:18 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 29 Oct 2022 10:18:08 +0000 (11:18 +0100)
openpower/sv/biginteger.mdwn

index 02495973d02465fed877ba13f2f24a5467b78ded..fc4ddf7cd42e6f44083bbec6202e00c07379a6d0 100644 (file)
@@ -68,7 +68,7 @@ Pseudo-code:
 
     n <- (RB)[58:63]
     v <- ROTL64((RA), n)
-    mask <- MASK(64, 63-n)
+    mask <- MASK(0, 63-n)
     RT <- (v[0:63] & mask) | ((RC) & ¬mask)
     RS <- v[0:63] & ¬mask
     overflow = 0