wolfpld / etcpak

The fastest ETC compressor on the planet
Other
229 stars 41 forks source link

Process DXT5 performance is not as good as in Application.cpp #23

Closed poiler22 closed 2 years ago

poiler22 commented 2 years ago

Hi, I tried to integrate your Etcpak image compression in my project. Everything was great; however, the performance was 10 times slower than when using in Application.cpp. I tried to measure the time in function "CompressDxt5" and the time in my one was 10-15 times higher than your one. I would like to know if this relates to flags in your makefile that I might be missing.

poiler22 commented 2 years ago

Solved. Just add -DNO_GZIP -DPNG_INTEL_SSE flag.