(no commit message)
authorlkcl <lkcl@web>
Thu, 21 Apr 2022 07:15:22 +0000 (08:15 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 21 Apr 2022 07:15:22 +0000 (08:15 +0100)
openpower/sv/biginteger.mdwn

index a26477dc7ea75ff9dd050f5397366db3f985d174..ee2694751c2e2e5f6e581ff4e6ed33301abd83c3 100644 (file)
@@ -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**