From db80673b9e0083da167b468ecef2b366f7e751e2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 20 Jul 2019 14:54:52 +0200 Subject: [PATCH] Update DXT1 AVX timings. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 784c9401..f3a1f230 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -474,7 +474,7 @@ To further reduce image data size, frame images are internally compressed using \textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline x86 Reference & --- & 217.4 \si{\micro\second} \\ x86 SSE4.1\textsuperscript{a} & \texttt{\_\_SSE4\_1\_\_} & 32 \si{\micro\second} \\ -x86 AVX2 & \texttt{\_\_AVX2\_\_} & 21 \si{\micro\second} \\ +x86 AVX2 & \texttt{\_\_AVX2\_\_} & 19.5 \si{\micro\second} \\ ARM Reference & --- & 1.19 \si{\milli\second} \\ ARM32 NEON\textsuperscript{b} & \texttt{\_\_ARM\_NEON} & 529 \si{\micro\second} \\ ARM64 NEON & \texttt{\_\_ARM\_NEON} & 438 \si{\micro\second}