From 4c03c2ed4beb6e0a6e6876ebe9f8c06c9584e52e Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 5 Sep 2022 13:30:10 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 04f5546bf..2980f565d 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -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 -- 2.30.2