diff --git a/manual/tracy.tex b/manual/tracy.tex index 80bd6dc5..3486e08e 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -447,9 +447,9 @@ To further reduce image data size, frame images are internally compressed using \centering \begin{tabular}[h]{c|c|c} \textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline -x86 Reference & --- & 223 \si{\micro\second} \\ -x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 41.2 \si{\micro\second} \\ -x86 AVX2 & \texttt{\_\_AVX2\_\_} & 32.6 \si{\micro\second} \\ +x86 Reference & --- & 228 \si{\micro\second} \\ +x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 42 \si{\micro\second} \\ +x86 AVX2 & \texttt{\_\_AVX2\_\_} & 30.8 \si{\micro\second} \\ ARM Reference & --- & 1.23 \si{\milli\second} \\ ARM NEON & \texttt{\_\_ARM\_NEON} & 562 \si{\micro\second} \end{tabular}