From c2f5ac8ffb3128f820f8c1532309bef13b198b8c Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 9 Jan 2024 14:03:11 +0000 Subject: [PATCH] Bug 1244: changes to description pospopcount --- .../fosdem2024_ddffirst/fosdem2024_ddffirst.tex | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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. -- 2.30.2