From: lkcl Date: Sun, 2 Oct 2022 16:58:12 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~244 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d80ae8b5010be24384fe0ee74e1b77a0719ac3d;p=libreriscv.git --- diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index 1b0817751..7af347520 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -147,7 +147,7 @@ zeros on overflow. *Programmer's note: there are no Rc variants of any of these VA-Form instructions. `cmpi` will need to be used to detect overflow conditions: the saving in instruction count is that both RT and RS will have already -been set to useful values (all 1s and all zeros redpectively) +been set to useful values (all 1s and all zeros respectively) needed as part of implementing Knuth's Algorithm D*