From 5752ded2969769d9e46ca58b71006231b8edb499 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 10 Oct 2022 21:54:43 +0100 Subject: [PATCH] --- openpower/sv/biginteger.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index 0eb395cbb..1ce203d8d 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -31,7 +31,7 @@ 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 +[mulx](https://www.felixcloutier.com/x86/mulx) and [divq](https://www.felixcloutier.com/x86/div), to be efficient. The same instruction (`maddedu`) is used in both -- 2.30.2