summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-01-02 23:21:07 +0000
committerrubidium <rubidium@openttd.org>2014-01-02 23:21:07 +0000
commit78df732a7b7e987b66c85eeb243ce5e0dd59d3a6 (patch)
tree707ee4501df32a451227d3aed45b6680a4e910b0 /source.list
parent71a81a87620b907dbf433647948d6263c30d1426 (diff)
downloadopenttd-78df732a7b7e987b66c85eeb243ce5e0dd59d3a6.tar.xz
(svn r26213) -Add: specialised non-animated SSE4 blitter (MJP)
With 32bpp base set about 40% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 8 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 7cfb4f62d..d237247dc 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_sse4.cpp
+blitter/32bpp_sse4.hpp
blitter/32bpp_ssse3.cpp
blitter/32bpp_ssse3.hpp
#end