From: shriya Date: Wed, 6 Dec 2023 15:09:08 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d3652b8b6bdf42cf5acde9b09fcc77bab8af82a;p=libreriscv.git --- 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