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 /project/VS2010Express/UnrarXLib.vcxproj | |
parent | 0faa3d293a6cffa4f76ece1a236155521e07b392 (diff) |
[win32] Enable SSE2 everywhere
Diffstat (limited to 'project/VS2010Express/UnrarXLib.vcxproj')
-rw-r--r-- | project/VS2010Express/UnrarXLib.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj index 84976877b5..fc0fc45017 100644 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ b/project/VS2010Express/UnrarXLib.vcxproj @@ -93,7 +93,7 @@ <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile> @@ -117,7 +117,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <BufferSecurityCheck>true</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile> @@ -139,7 +139,7 @@ <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile> @@ -163,7 +163,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <BufferSecurityCheck>true</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile> |