aboutsummaryrefslogtreecommitdiff
path: root/lib/nosefart
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 /lib/nosefart
parent0faa3d293a6cffa4f76ece1a236155521e07b392 (diff)
[win32] Enable SSE2 everywhere
Diffstat (limited to 'lib/nosefart')
-rw-r--r--lib/nosefart/NoseFartXBMC.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nosefart/NoseFartXBMC.vcxproj b/lib/nosefart/NoseFartXBMC.vcxproj
index 936deaf908..7647e04dd9 100644
--- a/lib/nosefart/NoseFartXBMC.vcxproj
+++ b/lib/nosefart/NoseFartXBMC.vcxproj
@@ -71,7 +71,7 @@
<DisableLanguageExtensions>false</DisableLanguageExtensions>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
@@ -107,7 +107,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>