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:
erwin.coumans
2008-12-06 01:54:29 +00:00
parent 635e1a6aa0
commit 06167a0b31

View File

@@ -67,6 +67,9 @@
[% END %]
[% MACRO compiler_release BLOCK -%]
EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
Optimization="2"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"