From 5d3652b8b6bdf42cf5acde9b09fcc77bab8af82a Mon Sep 17 00:00:00 2001 From: shriya Date: Wed, 6 Dec 2023 15:09:08 +0000 Subject: [PATCH] --- openpower/sv/cookbook/pospopcnt.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openpower/sv/cookbook/pospopcnt.mdwn b/openpower/sv/cookbook/pospopcnt.mdwn index 22db65402..bfedde880 100644 --- a/openpower/sv/cookbook/pospopcnt.mdwn +++ b/openpower/sv/cookbook/pospopcnt.mdwn @@ -103,7 +103,11 @@ be parallelised even by In-Order multi-issue hardware(Fig.5). pospopcnt - +Fig.6 depicts how each of the intermediate results are +accumulated. It is worth noting that each intermediate result +is independent of the other intermediate results and also +parallel reduction can be applied to all of them +individually. This gives two opportunities for parallelism. pospopcnt -- 2.30.2