(no commit message)
authorlkcl <lkcl@web>
Fri, 3 Jun 2022 14:01:41 +0000 (15:01 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 3 Jun 2022 14:01:41 +0000 (15:01 +0100)
openpower/sv/svp64_quirks.mdwn

index 5ff58ff39e7b47fca1353bfc86e6d3469b3e0d25..b586d82bc858f6360d3de09cf48398fe7c43fce6 100644 (file)
@@ -79,9 +79,11 @@ Arithmetic (known as "normal" mode) is where Scalar and Parallel
 Reduction can be done: Saturation as well, and two new innovative
 modes for Vector ISAs: data-dependent fail-first and predicate result.
 Reduction and Saturation are common to see in Vector ISAs: it is just
-that they are usually added as explicit instructions. In SVP64 these
+that they are usually added as explicit instructions,
+and NEC SX Aurora has even more iterative instructions. In SVP64 these
 concepts are applied in the abstract general form, which takes some
-getting used to, as it may result in invalid results, but ultimately
+getting used to, as it may, when applied to non-commutative
+instructions incorrectly, result in invalid results, but ultimately
 it is critical to think in terms of the "rules", that everything is
 Scalar instructions in strict Program Order.