summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-01-02 23:17:01 +0000
committerrubidium <rubidium@openttd.org>2014-01-02 23:17:01 +0000
commit71a81a87620b907dbf433647948d6263c30d1426 (patch)
tree96fbb26f735cbf7dc29f289df0f133787379217a /source.list
parentfb05674cb76e05d12763539ae3f8fd18414a6660 (diff)
downloadopenttd-71a81a87620b907dbf433647948d6263c30d1426.tar.xz
(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
Diffstat (limited to 'source.list')
-rw-r--r--source.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/source.list b/source.list
index 6d81d5a74..7cfb4f62d 100644
--- a/source.list
+++ b/source.list
@@ -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