From: Shriya Sharma Date: Mon, 8 Jan 2024 14:17:54 +0000 (+0000) Subject: Bug 1244: Added pospopcount definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c67c36e5aaf9dad7b01f3fd72679305c0243dcf8;p=libreriscv.git Bug 1244: Added pospopcount definition --- diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index 143a7beeb..10078cf1f 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -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}