Bug 1244: changes to pospopcnt
[libreriscv.git] / conferences / fosdem2024 / fosdem2024_ddffirst / fosdem2024_ddffirst.tex
index 2c17909dd6d76d5d130660f37926542cc8e1a41d..04805956b4ec69c52215cd79a878d57512640706 100644 (file)
@@ -195,7 +195,7 @@ for (i = 0; i < VL; i++)
 \frame{\frametitle{Pospopcount}
        
        \begin{center}
-               \includegraphics[width=0.6\textwidth]{pospopcount.png}
+               \includegraphics[width=0.5\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),
@@ -215,7 +215,7 @@ for (i = 0; i < VL; i++)
 
                \item   The draft gbbd instruction implements the transpose (shown above), 
                                preparing the data to use the standard popcount instruction.
-
+                          (gbbd is based on Power ISA vgbbd)
        
        \end{itemize}