From: lkcl Date: Thu, 21 Apr 2022 07:15:22 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2665 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f039f5b58a93d7d45a892789c860bedf290e021;p=libreriscv.git --- diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index a26477dc7..ee2694751 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -110,7 +110,9 @@ and destination like this would create costly Dependency Hazards, so such an instruction would never be proposed. However: it turns out that, just as with repeated chained application of `adde`, macro-op fusion may be internally applied to a sequence of these strange multiply -operations. Such a trick works equally as well in Scalar-only. +operations. (*Such a trick works equally as well in a Scalar-only +Out-of-Order microarchitecture, although the conditions are harder to +detect*). **Application of SVP64**