(svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP)

With 32bpp base set about 35% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 6 and 1% of total run time
This commit is contained in:
rubidium
2014-01-02 23:17:01 +00:00
parent 0b08fb44f4
commit 730127b67e
7 changed files with 382 additions and 0 deletions

View File

@@ -910,6 +910,8 @@ blitter/32bpp_simple.hpp
#if WITH_SSE
blitter/32bpp_sse2.cpp
blitter/32bpp_sse2.hpp
blitter/32bpp_ssse3.cpp
blitter/32bpp_ssse3.hpp
#end
blitter/8bpp_base.cpp
blitter/8bpp_base.hpp