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/libhdhomerun | |
parent | 0faa3d293a6cffa4f76ece1a236155521e07b392 (diff) |
[win32] Enable SSE2 everywhere
Diffstat (limited to 'lib/libhdhomerun')
-rw-r--r-- | lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj b/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj index eb826e08e9..431a4018fc 100644 --- a/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj +++ b/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj @@ -69,7 +69,7 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <Link> <AdditionalDependencies>ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> @@ -106,7 +106,7 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <Link> <AdditionalDependencies>ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |