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 %]
|
||||
|
||||
[% MACRO compiler_release BLOCK -%]
|
||||
EnableIntrinsicFunctions="true"
|
||||
EnableEnhancedInstructionSet="2"
|
||||
FloatingPointModel="2"
|
||||
Optimization="2"
|
||||
StringPooling="TRUE"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
|
||||
Reference in New Issue
Block a user