mirror of
https://github.com/wolfpld/tracy
synced 2026-02-21 15:42:13 +00:00
Add DXT1 AVX2 timings.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user