From 3c94485ba0dcf8bb26f94f3a8e74369cd5619c01 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 2 Jan 2014 16:48:16 +0000 Subject: (svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting performance significantly (MJP) For example with GCC 4.8, x86_64 Linux, Intel i5-3337U this patch improves the performance of Pile, Treham and Hamac test save games by about 10% in over-all run time at fast forward at 1920x1080 when zoomed out and when trees are not disabled. --- projects/openttd_vs90.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'projects/openttd_vs90.vcproj') diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 37c413db0..65ae2e1a8 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -807,6 +807,10 @@ RelativePath=".\..\src\viewport.cpp" > + + @@ -1835,6 +1839,10 @@ RelativePath=".\..\src\viewport_func.h" > + + -- cgit v1.2.3-54-g00ecf