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

index f27646e63f95c4d64b8ec88a5afabca58523a1ee..c8f8ba28eaa909293de78a735059fd384ebd7bab 100644 (file)
@@ -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}