reset randseed in constraint solver for determinism

use BT_USE_SSE in btDbvt, defined in btScalar.h
This commit is contained in:
erwin.coumans
2009-02-11 05:44:48 +00:00
parent 6d17f63c54
commit 5698d6aed1
2 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ subject to the following restrictions:
// Specific methods implementation
//SSE gives errors on a MSVC 7.1
#if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400) && (!defined (BT_USE_DOUBLE_PRECISION))
#ifdef BT_USE_SSE
#define DBVT_SELECT_IMPL DBVT_IMPL_SSE
#define DBVT_MERGE_IMPL DBVT_IMPL_SSE
#define DBVT_INT0_IMPL DBVT_IMPL_SSE