From 33486fa3cf49131fca19ae0c5336742b9b59a39f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 27 Jun 2019 22:47:26 +0200 Subject: [PATCH] Update ARM timings. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index ddea10ca..5d588a55 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -449,7 +449,7 @@ To further reduce image data size, frame images are internally compressed using \textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline x86 Reference & --- & 252 \si{\micro\second} \\ x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 97 \si{\micro\second} \\ -ARM Reference & --- & 1.29 \si{\milli\second} +ARM Reference & --- & 1.25 \si{\milli\second} \end{tabular} \caption{Compression time of $320\times180$ image. x86: i7 8700K; ARM: ODROID-C2} \label{EtcSimd}