(no commit message)
authorshriya <shriya@web>
Wed, 6 Dec 2023 15:05:00 +0000 (15:05 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 6 Dec 2023 15:05:00 +0000 (15:05 +0000)
openpower/sv/cookbook/pospopcnt.mdwn

index 5ec60cf9f515f5b1ef18dd4f1a8cc625739ac321..22db65402a710728a789f7ad65168362ee7f8194 100644 (file)
@@ -96,11 +96,15 @@ instruction.
 <img src="/openpower/sv/cookbook/Transpose.drawio.svg"
      alt="pospopcnt" width="60%" />
 
-
+Now on each 8*8 block, 8 popcount instructions 
+can be run each of which is independent and therefore can
+be parallelised even by In-Order multi-issue hardware(Fig.5). 
 
 <img src="/openpower/sv/cookbook/PopcountBlocks.drawio.svg"
      alt="pospopcnt" width="70%" />
 
+
+
 <img src="/openpower/sv/cookbook/ParallelAccumulate.drawio.svg"
      alt="pospopcnt" width="100%" />