From: Shriya Sharma Date: Tue, 9 Jan 2024 13:50:38 +0000 (+0000) Subject: Bug 1244: changes to description pospopcount X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=408b70bc3f8dd85f453c39bb7d3c878cac21b87d;p=libreriscv.git Bug 1244: changes to description pospopcount --- diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index f27646e63..c8f8ba28e 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -205,10 +205,10 @@ for (i = 0; i < VL; i++) \end{center} \begin{itemize} - \item The challenge is to perform an appropriate transpose of the data, + \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 implemets the transpose, - preparing the data for using the standard popcount instruction. + \item The draft gbbd instruction implements the transpose, + preparing the data to use the standard popcount instruction. \end{itemize}