EgtNumKernel :

- uso set di istruzioni SSE2.
This commit is contained in:
Dario Sassi
2014-08-17 16:42:48 +00:00
parent 8fd734b75a
commit 100a4a6583
+2
View File
@@ -139,6 +139,7 @@ copy $(TargetPath) \EgtProg\Dll64</Command>
<OpenMPSupport>true</OpenMPSupport>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -166,6 +167,7 @@ copy $(TargetPath) \EgtProg\Dll32</Command>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>