\frame{\frametitle{Pospopcount}
\begin{center}
- \includegraphics[width=0.5\textwidth]{pospopcount.png}
+ \includegraphics[width=0.6\textwidth]{pospopcount.png}
\end{center}
}
\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.