From c67c36e5aaf9dad7b01f3fd72679305c0243dcf8 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Mon, 8 Jan 2024 14:17:54 +0000 Subject: [PATCH] Bug 1244: Added pospopcount definition --- .../fosdem2024_ddffirst/fosdem2024_ddffirst.tex | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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} -- 2.30.2