From: Shriya Sharma Date: Tue, 9 Jan 2024 14:03:11 +0000 (+0000) Subject: Bug 1244: changes to description pospopcount X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2f5ac8ffb3128f820f8c1532309bef13b198b8c;p=libreriscv.git Bug 1244: changes to description pospopcount --- diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index c8f8ba28e..58550e992 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -195,7 +195,12 @@ for (i = 0; i < VL; i++) \begin{center} \includegraphics[width=0.6\textwidth]{pospopcount.png} \end{center} - + \begin{itemize} + \item The challenge is to perform an appropriate transpose of the data (the CPU can only work on registers, horizontally), + in blocks that suit the processor and the ISA capacity. + + + \end{itemize} } \frame{\frametitle{Pospopcount} @@ -205,9 +210,8 @@ for (i = 0; i < VL; i++) \end{center} \begin{itemize} - \item The challenge is to perform an appropriate transpose of the data (the CPU can only work on registers, horizontally), - in blocks that suit the processor and the ISA capacity. - \item The draft gbbd instruction implements the transpose, + + \item The draft gbbd instruction implements the transpose (shown above), preparing the data to use the standard popcount instruction.