From 05dd9a5e594c8fe6f1de473a06da8ce94ac76c05 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 8 Jul 2019 00:16:06 +0200 Subject: [PATCH] Update DXT1 timings. --- manual/tracy.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 746020dc..7b3b83e2 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -460,8 +460,8 @@ To further reduce image data size, frame images are internally compressed using \begin{tabular}[h]{c|c|c} \textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline x86 Reference & --- & 228 \si{\micro\second} \\ -x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 36.1 \si{\micro\second} \\ -x86 AVX2 & \texttt{\_\_AVX2\_\_} & 26.6 \si{\micro\second} \\ +x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 35.8 \si{\micro\second} \\ +x86 AVX2 & \texttt{\_\_AVX2\_\_} & 26.5 \si{\micro\second} \\ ARM Reference & --- & 1.23 \si{\milli\second} \\ ARM NEON & \texttt{\_\_ARM\_NEON} & 551 \si{\micro\second} \end{tabular}