(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

@@ -3831,6 +3831,14 @@
RelativePath=".\..\src\blitter\32bpp_sse2.hpp"
>
</File>
<File
RelativePath=".\..\src\blitter\32bpp_ssse3.cpp"
>
</File>
<File
RelativePath=".\..\src\blitter\32bpp_ssse3.hpp"
>
</File>
<File
RelativePath=".\..\src\blitter\8bpp_base.cpp"
>