(no commit message)
authorlkcl <lkcl@web>
Thu, 16 Mar 2023 09:09:38 +0000 (09:09 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 16 Mar 2023 09:09:38 +0000 (09:09 +0000)
openpower/sv/biginteger/analysis.mdwn

index ef4fdf540aa2914bfcab1e784f35bd55154212d0..2023d572e3140adde303e71221825e235fbe2dc0 100644 (file)
@@ -163,7 +163,7 @@ with an implicit source, based around the inner operation:
     # r[i] = (un[i] >> s) | (un[i + 1] << (64 - s));
     t <- ROT128(RA || RA1, RB[58:63])
     RT <- t[64:127]
-``
+```
 
 RA1 is implicitly (or explicitly, RC) greater than RA by one
 scalar register number, and like the other operations below,