Bug 1244: changes to description pospopcount
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 9 Jan 2024 14:03:11 +0000 (14:03 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 9 Jan 2024 14:03:11 +0000 (14:03 +0000)
conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex

index c8f8ba28eaa909293de78a735059fd384ebd7bab..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,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.