From b629e701536d71f4a05982de87f62468333d1914 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Fri, 31 Mar 2017 08:23:20 +0100 Subject: [PATCH] Enable the SSE2 Instruction Set This should bring a significant speed increase with no negative side effects. This should have been enabled from the start. --- build/win32/Cxbx.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/win32/Cxbx.vcxproj b/build/win32/Cxbx.vcxproj index 837776b2d..b3acbd428 100644 --- a/build/win32/Cxbx.vcxproj +++ b/build/win32/Cxbx.vcxproj @@ -84,6 +84,7 @@ true ProgramDatabase true + StreamingSIMDExtensions2 _DEBUG;%(PreprocessorDefinitions) @@ -146,6 +147,7 @@ $(SOLUTIONDIR)Export.bat true ProgramDatabase true + StreamingSIMDExtensions2 NDEBUG;%(PreprocessorDefinitions)