(no commit message)
authorlkcl <lkcl@web>
Mon, 10 Oct 2022 15:15:42 +0000 (16:15 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 10 Oct 2022 15:15:42 +0000 (16:15 +0100)
openpower/sv/biginteger.mdwn

index d4dc5a20296ec7dba4757cfe23e0cc2f2a0e61f4..0eb395cbb1bb3b9234f7b256d499ed69b84f5280 100644 (file)
@@ -31,7 +31,9 @@ for subtraction) but that big-integer shift, multiply and divide require an
 extra 3-in 2-out instructions, similar to Intel's
 [shld](https://www.felixcloutier.com/x86/shld)
 and [shrd](https://www.felixcloutier.com/x86/shrd),
-`mulx` and `divq`, to be efficient.
+`mulx` and
+[divq](https://www.felixcloutier.com/x86/div),
+to be efficient.
 The same instruction (`maddedu`) is used in both
 big-divide and big-multiply because 'maddedu''s primary
 purpose is to perform a fused 64-bit scalar multiply with a large vector,