1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add DXT1 AVX2 timings.

This commit is contained in:
Bartosz Taudul 2019-06-30 03:23:20 +02:00
parent 8c06f7288c
commit ddd89dcce5

View File

@ -449,6 +449,7 @@ To further reduce image data size, frame images are internally compressed using
\textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline
x86 Reference & --- & 228 \si{\micro\second} \\
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 49.6 \si{\micro\second} \\
x86 AVX2 & \texttt{\_\_AVX2\_\_} & 36.7 \si{\micro\second} \\
ARM Reference & --- & 1.25 \si{\milli\second} \\
ARM NEON & \texttt{\_\_ARM\_NEON} & 560 \si{\micro\second}
\end{tabular}