For visual studio 2005 and later project files, in release mode use /fp:fast, /arch:SSE2 and using intrinsics.
Thanks to Roy Eltham for the tip: http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2930
This commit is contained in:
@@ -67,6 +67,9 @@
|
|||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% MACRO compiler_release BLOCK -%]
|
[% MACRO compiler_release BLOCK -%]
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
EnableEnhancedInstructionSet="2"
|
||||||
|
FloatingPointModel="2"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
|||||||
Reference in New Issue
Block a user