diff options
author | rubidium <rubidium@openttd.org> | 2014-01-02 23:21:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-01-02 23:21:07 +0000 |
commit | 78df732a7b7e987b66c85eeb243ce5e0dd59d3a6 (patch) | |
tree | 707ee4501df32a451227d3aed45b6680a4e910b0 /projects/openttd_vs80.vcproj | |
parent | 71a81a87620b907dbf433647948d6263c30d1426 (diff) | |
download | openttd-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 '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 fea983c83..cadc6a966 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3835,6 +3835,14 @@ > </File> <File + RelativePath=".\..\src\blitter\32bpp_sse4.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_sse4.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\32bpp_ssse3.cpp" > </File> |