Bug 1244: changes to description pospopcount
[libreriscv.git] / conferences / fosdem2024 / fosdem2024_ddffirst / fosdem2024_ddffirst.tex
index bb1cce74f973e969f3814fe7c9a9c7902fe36f71..58550e9924ebba6c72e407f02f245cbe5dddb5ca 100644 (file)
@@ -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,10 +210,9 @@ for (i = 0; i < VL; i++)
        \end{center}
 
   \begin{itemize}
-               \item   The challenge is to perform transpose of the data,
-                               in blocks that suit the processor and the ISA capacity.
-               \item   The draft gbbd instruction implemets the transpose, 
-                               preparing the data for using the standard popcount instruction.
+
+               \item   The draft gbbd instruction implements the transpose (shown above), 
+                               preparing the data to use the standard popcount instruction.
 
        
        \end{itemize}