diff options
author | WiSo <wiso@xbmc.org> | 2012-08-09 20:52:39 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-08-09 20:52:39 +0200 |
commit | d3a50a3f6729ea2d426a6f17c31a053451b4dcb7 (patch) | |
tree | 31abdfcf76f8ca1b8e039f82aee13863e66aba1b /lib/cpluff | |
parent | 54869eef9fdca8dc1cba28c592115088ffb79f7f (diff) |
[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. There're still some users which uses XBMC with an Athlon XP :)
enabled SSE for the debug target to have it equally to release.
Diffstat (limited to 'lib/cpluff')
-rw-r--r-- | lib/cpluff/libcpluff/win32/cpluff.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpluff/libcpluff/win32/cpluff.vcxproj b/lib/cpluff/libcpluff/win32/cpluff.vcxproj index 7c4d21cc68..1cecfe0bb5 100644 --- a/lib/cpluff/libcpluff/win32/cpluff.vcxproj +++ b/lib/cpluff/libcpluff/win32/cpluff.vcxproj @@ -60,6 +60,7 @@ </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> </ClCompile> <Link> <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies> |