From d6a874d26d79ccb2ea159409ec3f932961591b32 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 16 Apr 2023 14:14:55 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 2b0db1be9..969f6409a 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -452,6 +452,10 @@ which will turn the Schedule around such that issuing of the Scalar Defined Words is done with SUBVL looping as the inner loop not the outer loop. Rc=1 with Sub-Vectors (SUBVL=2,3,4) is `UNDEFINED` behaviour. +*Programmer's Note: Overwrite Parallel Reduction with Sub-Vectors +will clearly result in data corruption. It may be best to perform +a Pack/Unpack Transposing copy of the data first* + ## Determining Register Hazards For high-performance (Multi-Issue, Out-of-Order) systems it is critical -- 2.30.2