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

index 0f42add4bccd30b910b6cb491797bae58181fa55..bb1cce74f973e969f3814fe7c9a9c7902fe36f71 100644 (file)
@@ -193,7 +193,7 @@ for (i = 0; i < VL; i++)
 \frame{\frametitle{Pospopcount}
        
        \begin{center}
-               \includegraphics[width=0.5\textwidth]{pospopcount.png}
+               \includegraphics[width=0.6\textwidth]{pospopcount.png}
        \end{center}
        
 }
@@ -201,13 +201,13 @@ for (i = 0; i < VL; i++)
 \frame{\frametitle{Pospopcount}
        
        \begin{center}
-               \includegraphics[width=0.5\textwidth]{array_popcnt.png}
+               \includegraphics[width=0.6\textwidth]{array_popcnt.png}
        \end{center}
 
   \begin{itemize}
-               \item   Part of the challenge is therefore to perform an appropriate transpose of the data,
+               \item   The challenge is to perform transpose of the data,
                                in blocks that suit the processor and the ISA capacity.
-               \item   The gbbd instruction is used for implementing the transpose function
+               \item   The draft gbbd instruction implemets the transpose
                                preparing the data for using the standard popcount instruction.