\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}
\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.