bug 1244: add pospopcount cookbook link
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 13 Feb 2024 12:20:12 +0000 (12:20 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 13 Feb 2024 12:20:12 +0000 (12:20 +0000)
conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex

index 49e37798cf32501352e374b3a9d2fc2c08fdd6d5..b06989b505bbc161b3c1cc1f343de696d3c05294 100644 (file)
@@ -109,7 +109,8 @@ for (i = 0; i < VL; i++)
   \begin{itemize}
     \item     Positional popcount adds up the totals of each bit set to 1 in each bit-position, of an array of input values.
     \item   Notoriously difficult to do in SIMD assembler: typically 550 lines
-    \item https://github.com/clausecker/pospop
+    \item https://github.com/clausecker/pospop - Full writeup: \\
+          https://libre-soc.org/openpower/sv/cookbook/pospopcnt
 
    \end{itemize}