Add AVX2 ETC1 timings to the manual.

This commit is contained in:
Bartosz Taudul 2019-06-08 00:54:46 +02:00
parent 9ef128995a
commit 5470dae120

View File

@ -437,7 +437,8 @@ To further reduce image data size, frame images are internally compressed using
\begin{tabular}[h]{c|c|c|c}
\textbf{Implementation} & \textbf{Required define} & \textbf{V-sync on (cold cache)} & \textbf{V-sync off (hot cache)} \\ \hline
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 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}
\end{tabular}
\caption{Compression time of $320\times180$ image on i7 8700K}
\label{EtcSimd}