This commit is contained in:
Théophile Bastian 2024-06-20 14:37:03 +02:00
parent d4c08646c9
commit 59de13b1d1

View file

@ -41,7 +41,7 @@ for(int measure=0; measure < NUM_MEASURES; ++measure) {
\end{lstlisting}
While this is sensible for conducting throughput measures, it also introduces
unwanted dependencies. If, for instance, the kernel consists in
unwanted dependencies \todo{explain why}. If, for instance, the kernel consists in
$A[i] = C\times{}A[i] + B[i]$, implemented by\\
\begin{minipage}{0.95\linewidth}
\begin{lstlisting}[language={[x86masm]Assembler}]