From c08dac6cb26429c7d36095cb921391e2d6298218 Mon Sep 17 00:00:00 2001 From: abv Date: Wed, 20 Nov 2013 07:13:37 +0400 Subject: [PATCH] 0024227: Enable SSE2 instructions for OCCT building SSE2 option enabled in VC8 projects, target machine and link option corrected --- src/WOKTclLib/templates/template.vc8 | 11 +++++++---- src/WOKTclLib/templates/template.vc8x | 6 ++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/WOKTclLib/templates/template.vc8 b/src/WOKTclLib/templates/template.vc8 index 6a566ca..b4d03f7 100644 --- a/src/WOKTclLib/templates/template.vc8 +++ b/src/WOKTclLib/templates/template.vc8 @@ -63,6 +63,7 @@ WarningLevel="4" SuppressStartupBanner="true" DisableSpecificWarnings="4996" + EnableEnhancedInstructionSet="2" />