diff options
Diffstat (limited to 'otr.vs/libotr-3.2.0.vs/libotr320.vcxproj')
-rw-r--r-- | otr.vs/libotr-3.2.0.vs/libotr320.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj b/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj index 4248b96..31d3731 100644 --- a/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj +++ b/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj @@ -165,10 +165,11 @@ <FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<MultiProcessorCompilation>false</MultiProcessorCompilation>
<UseUnicodeForAssemblerListing>false</UseUnicodeForAssemblerListing>
<CompileAsManaged>false</CompileAsManaged>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|