diff options
author | rubidium <rubidium@openttd.org> | 2014-01-02 23:17:01 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-01-02 23:17:01 +0000 |
commit | 71a81a87620b907dbf433647948d6263c30d1426 (patch) | |
tree | 96fbb26f735cbf7dc29f289df0f133787379217a /projects/openttd_vs80.vcproj | |
parent | fb05674cb76e05d12763539ae3f8fd18414a6660 (diff) | |
download | openttd-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 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ad3f6b8ca..fea983c83 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3835,6 +3835,14 @@ > </File> <File + RelativePath=".\..\src\blitter\32bpp_ssse3.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_ssse3.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\8bpp_base.cpp" > </File> |