From 4ee45259f25ad8c6981f303f9b77e4ed4931258d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 28 Jun 2019 22:00:59 +0200 Subject: [PATCH] Update SSE timings in DXT1 table. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index b72d6bf1..30a13e83 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -448,7 +448,7 @@ 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 & --- & 252 \si{\micro\second} \\ -x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 97 \si{\micro\second} \\ +x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 72 \si{\micro\second} \\ ARM Reference & --- & 1.25 \si{\milli\second} \\ ARM NEON & \texttt{\_\_ARM\_NEON} & 608 \si{\micro\second} \end{tabular}