From 87e8adf2bb95c3d6767e3f86c231fb0f67aaa1f8 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 30 Sep 2022 00:15:13 +0100 Subject: [PATCH] --- openpower/sv/rfc/ls001.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls001.mdwn b/openpower/sv/rfc/ls001.mdwn index cd0d0425b..6bfb08dd4 100644 --- a/openpower/sv/rfc/ls001.mdwn +++ b/openpower/sv/rfc/ls001.mdwn @@ -324,7 +324,7 @@ Boolean Logic rules on sets (treating the Vector of CR Fields to be tested by `BO` as a set) dictate that the Branch should take place on either 'ALL' tests succeeding (or failing) or whether 'SOME' tests succeed (or fail). These options provide the ability to cover the majority of Parallel -3D GPU Conditions, saving a not inconsiderable number of instructions +3D GPU Conditions, saving up to **twelve** instructions especially given the close interaction with CTR in hot-loops.[^parity] [^parity]: adding a parity (XOR) option was too much. instead a parallel-reduction on `crxor` may be used in combination with a Scalar Branch. -- 2.30.2