From 475969e0b4736a44de5865139f6d86255fd38e29 Mon Sep 17 00:00:00 2001 From: abv Date: Sun, 13 Oct 2013 12:49:04 +0400 Subject: [PATCH] Remove SSE2 option for 64-bit configurations as it is redundant here (SSE2 is used by default) --- src/WOKTclLib/templates/template.vc10 | 2 -- src/WOKTclLib/templates/template.vc10x | 2 -- src/WOKTclLib/templates/template.vc9 | 6 ++---- src/WOKTclLib/templates/template.vc9x | 2 -- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/WOKTclLib/templates/template.vc10 b/src/WOKTclLib/templates/template.vc10 index a09e909..f53a39b 100644 --- a/src/WOKTclLib/templates/template.vc10 +++ b/src/WOKTclLib/templates/template.vc10 @@ -180,7 +180,6 @@ Level4 true 4996;%(DisableSpecificWarnings) - StreamingSIMDExtensions2 ..\..\..\inc;$(CSF_OPT_INC);%(AdditionalIncludeDirectories) @@ -224,7 +223,6 @@ Default 4996;%(DisableSpecificWarnings) EnableFastChecks - StreamingSIMDExtensions2 ..\..\..\inc;$(CSF_OPT_INC);%(AdditionalIncludeDirectories) diff --git a/src/WOKTclLib/templates/template.vc10x b/src/WOKTclLib/templates/template.vc10x index a6b7269..663ae36 100644 --- a/src/WOKTclLib/templates/template.vc10x +++ b/src/WOKTclLib/templates/template.vc10x @@ -178,7 +178,6 @@ Level4 true 4996;%(DisableSpecificWarnings) - StreamingSIMDExtensions2 ..\..\..\inc;$(CSF_OPT_INC);%(AdditionalIncludeDirectories) @@ -220,7 +219,6 @@ ProgramDatabase Default 4996;%(DisableSpecificWarnings) - StreamingSIMDExtensions2 EnableFastChecks diff --git a/src/WOKTclLib/templates/template.vc9 b/src/WOKTclLib/templates/template.vc9 index c7cc47a..0afd372 100644 --- a/src/WOKTclLib/templates/template.vc9 +++ b/src/WOKTclLib/templates/template.vc9 @@ -151,7 +151,7 @@ InlineFunctionExpansion="1" PreprocessorDefinitions="DEB;_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(CSF_DEFINES)__TKDEFS__" ExceptionHandling="2" - BasicRuntimeChecks="3" + BasicRuntimeChecks="3" RuntimeLibrary="3" EnableEnhancedInstructionSet="2" PrecompiledHeaderFile=".\..\..\..\win32\vc9\objd\__TKNAM__\__TKNAM__.pch" @@ -250,7 +250,6 @@ StringPooling="true" ExceptionHandling="2" RuntimeLibrary="2" - EnableEnhancedInstructionSet="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\..\..\..\win64\vc9\obj\__TKNAM__\__TKNAM__.pch" AssemblerListingLocation=".\..\..\..\win64\vc9\obj\__TKNAM__/" @@ -343,9 +342,8 @@ InlineFunctionExpansion="1" PreprocessorDefinitions="DEB;_DEBUG;WIN64;_WINDOWS;WNT;CSFDB;$(CSF_DEFINES)__TKDEFS__;_OCC64" ExceptionHandling="2" - BasicRuntimeChecks="3" + BasicRuntimeChecks="3" RuntimeLibrary="3" - EnableEnhancedInstructionSet="2" PrecompiledHeaderFile=".\..\..\..\win64\vc9\objd\__TKNAM__\__TKNAM__.pch" AssemblerListingLocation=".\..\..\..\win64\vc9\objd\__TKNAM__/" ObjectFile=".\..\..\..\win64\vc9\objd\__TKNAM__/" diff --git a/src/WOKTclLib/templates/template.vc9x b/src/WOKTclLib/templates/template.vc9x index 0bc1556..3079cce 100644 --- a/src/WOKTclLib/templates/template.vc9x +++ b/src/WOKTclLib/templates/template.vc9x @@ -240,7 +240,6 @@ StringPooling="true" ExceptionHandling="2" RuntimeLibrary="2" - EnableEnhancedInstructionSet="2" EnableFunctionLevelLinking="true" AssemblerListingLocation=".\..\..\..\win64\vc9\obj\__XQTNAM__/" ObjectFile=".\..\..\..\win64\vc9\obj\__XQTNAM__/" @@ -332,7 +331,6 @@ ExceptionHandling="2" BasicRuntimeChecks="3" RuntimeLibrary="3" - EnableEnhancedInstructionSet="2" AssemblerListingLocation=".\..\..\..\win64\vc9\objd\__XQTNAM__/" ObjectFile=".\..\..\..\win64\vc9\objd\__XQTNAM__/" ProgramDataBaseFileName=".\..\..\..\win64\vc9\objd\__XQTNAM__/" -- 2.39.5