aboutsummaryrefslogtreecommitdiff
path: root/lib/vgmstream
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2012-08-09 20:52:39 +0200
committerWiSo <wiso@xbmc.org>2012-08-09 20:52:39 +0200
commitd3a50a3f6729ea2d426a6f17c31a053451b4dcb7 (patch)
tree31abdfcf76f8ca1b8e039f82aee13863e66aba1b /lib/vgmstream
parent54869eef9fdca8dc1cba28c592115088ffb79f7f (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/vgmstream')
-rw-r--r--lib/vgmstream/win32/win32.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vgmstream/win32/win32.vcxproj b/lib/vgmstream/win32/win32.vcxproj
index f94f3b592e..497d927470 100644
--- a/lib/vgmstream/win32/win32.vcxproj
+++ b/lib/vgmstream/win32/win32.vcxproj
@@ -71,6 +71,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4267;4018;4244;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>