mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Update DXT1 timings.
This commit is contained in:
parent
03189a30b8
commit
e9676ea1d5
@ -460,10 +460,10 @@ To further reduce image data size, frame images are internally compressed using
|
|||||||
\begin{tabular}[h]{c|c|c}
|
\begin{tabular}[h]{c|c|c}
|
||||||
\textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline
|
\textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline
|
||||||
x86 Reference & --- & 228 \si{\micro\second} \\
|
x86 Reference & --- & 228 \si{\micro\second} \\
|
||||||
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 42 \si{\micro\second} \\
|
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 41 \si{\micro\second} \\
|
||||||
x86 AVX2 & \texttt{\_\_AVX2\_\_} & 30.8 \si{\micro\second} \\
|
x86 AVX2 & \texttt{\_\_AVX2\_\_} & 30.5 \si{\micro\second} \\
|
||||||
ARM Reference & --- & 1.23 \si{\milli\second} \\
|
ARM Reference & --- & 1.23 \si{\milli\second} \\
|
||||||
ARM NEON & \texttt{\_\_ARM\_NEON} & 562 \si{\micro\second}
|
ARM NEON & \texttt{\_\_ARM\_NEON} & 557 \si{\micro\second}
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Compression time of $320\times180$ image. x86: i7 8700K; ARM: ODROID-C2}
|
\caption{Compression time of $320\times180$ image. x86: i7 8700K; ARM: ODROID-C2}
|
||||||
\label{EtcSimd}
|
\label{EtcSimd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user