1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-07 23:43:52 +00:00

Update NEON ETC1 compression timings.

This commit is contained in:
Bartosz Taudul 2019-06-15 15:38:05 +02:00
parent 014c3ed63b
commit 103be314e7

View File

@ -450,7 +450,7 @@ x86 Reference & --- & 1.45 \si{\milli\second} & 778 \si{\micro\second} \\
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 423 \si{\micro\second} & 245 \si{\micro\second} \\
x86 AVX2 & \texttt{\_\_AVX2\_\_} & 228 \si{\micro\second} & 142 \si{\micro\second} \\
ARM Reference & --- & --- & 10.78 \si{\milli\second} \\
ARM NEON & \texttt{\_\_ARM\_NEON} & --- & 4.6 \si{\milli\second}
ARM NEON & \texttt{\_\_ARM\_NEON} & --- & 3.37 \si{\milli\second}
\end{tabular}
\caption{Compression time of $320\times180$ image. x86: i7 8700K; ARM: ODROID-C2}
\label{EtcSimd}