(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Sep 2022 12:30:10 +0000 (13:30 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Sep 2022 12:30:10 +0000 (13:30 +0100)
openpower/sv/remap.mdwn

index 04f5546bfb586137e5f8f60424cf207c1f7b32a0..2980f565df4e19f4626c29007e2efef85e32e57c 100644 (file)
@@ -67,8 +67,11 @@ directly into Register Hazard Management.
 
 Parallel Reduction is unusual in that it requires a full vector array
 of results (not a scalar) and uses the rest of the result Vector for
-the purposes of storing intermediary results.  *As these intermediary
-results are Deterministically computed they may be useful*.
+the purposes of storing intermediary calculations.  As these intermediary
+results are Deterministically computed they may be useful.
+Additionally, because the intermediate results are always written out
+it is possible to serve Precise Interrupts without affecting latency
+(a common limitation of Vector ISAs).
 
 # Basic principle