Bug 1244: Added pospopcount definition
authorShriya Sharma <shriya@redsemiconductor.com>
Mon, 8 Jan 2024 14:17:54 +0000 (14:17 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Mon, 8 Jan 2024 14:17:54 +0000 (14:17 +0000)
conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex

index 143a7beeb6469fa855b703787c4b2e52cbbc98e8..10078cf1f6ce142620439b1969049bf7c4e9b2e7 100644 (file)
@@ -181,19 +181,22 @@ function op\_cmpi(BA, RA, SI) # cmpi not vector-cmpi!
                \item "TODO
   \end{itemize}
 }
-\frame{\frametitle{Pospopcount.s}
-
-\lstinputlisting[language={}]{pospopcount.s}
 
+\frame{\frametitle{Pospopcount.c}
+       
+       Positional popcount adds up the totals of each bit set to 1 in each bit-position, of an array of input values.
+       
+       \lstinputlisting[language={}]{pospopcount.c}
+       
 }
+\frame{\frametitle{Pospopcount.s}
 
 
-\frame{\frametitle{Pospopcount.c}
-
-\lstinputlisting[language={}]{pospopcount.c}
+\lstinputlisting[language={}]{pospopcount.s}
 
 }
 
+
 \frame{\frametitle{strncpy}
 
   \begin{itemize}