diff options
author | Karlson2k <k2k@narod.ru> | 2013-06-18 14:01:28 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-06-18 14:01:28 +0400 |
commit | 7f1c075bd9a179d3d60213707c5f4edaf67a2f8c (patch) | |
tree | 993e183e76dacee496eae1932e1b4b62d7b1dc68 /lib/libhts/Win32/libhts_2010.vcxproj | |
parent | 0faa3d293a6cffa4f76ece1a236155521e07b392 (diff) |
[win32] Enable SSE2 everywhere
Diffstat (limited to 'lib/libhts/Win32/libhts_2010.vcxproj')
-rw-r--r-- | lib/libhts/Win32/libhts_2010.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libhts/Win32/libhts_2010.vcxproj b/lib/libhts/Win32/libhts_2010.vcxproj index a321e0c780..e36ec827ea 100644 --- a/lib/libhts/Win32/libhts_2010.vcxproj +++ b/lib/libhts/Win32/libhts_2010.vcxproj @@ -57,7 +57,7 @@ </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <Lib> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> @@ -77,7 +77,7 @@ </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <Lib> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |