aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/libPlatinum.vcxproj
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2013-06-18 14:01:28 +0400
committerKarlson2k <k2k@narod.ru>2013-06-18 14:01:28 +0400
commit7f1c075bd9a179d3d60213707c5f4edaf67a2f8c (patch)
tree993e183e76dacee496eae1932e1b4b62d7b1dc68 /project/VS2010Express/libPlatinum.vcxproj
parent0faa3d293a6cffa4f76ece1a236155521e07b392 (diff)
[win32] Enable SSE2 everywhere
Diffstat (limited to 'project/VS2010Express/libPlatinum.vcxproj')
-rw-r--r--project/VS2010Express/libPlatinum.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/VS2010Express/libPlatinum.vcxproj b/project/VS2010Express/libPlatinum.vcxproj
index 71b25600f4..d7a863d1b9 100644
--- a/project/VS2010Express/libPlatinum.vcxproj
+++ b/project/VS2010Express/libPlatinum.vcxproj
@@ -60,7 +60,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)libPlatinumd.lib</OutputFile>
@@ -94,7 +94,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)libPlatinum.lib</OutputFile>