From 659e698716659496567b766f2b47131459e0da6c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 13 Feb 2024 12:20:12 +0000 Subject: [PATCH] bug 1244: add pospopcount cookbook link --- .../fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index 49e37798c..b06989b50 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -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} -- 2.30.2