Enable contact constraint in the obsolete/experimental SpuParallellSolverTask. It will be replaced by a better parallel constraint solver.

This commit is contained in:
erwin.coumans
2008-12-02 07:39:13 +00:00
parent 5383ed4930
commit 76b3e44117
6 changed files with 355 additions and 239 deletions

View File

@@ -61,10 +61,14 @@ inline int btGetVersion()
#define BT_HAVE_NATIVE_FSEL
#define btFsel(a,b,c) __fsel((a),(b),(c))
#else
#define BT_USE_SSE
#include <emmintrin.h>
#endif
#if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400) && (!defined (BT_USE_DOUBLE_PRECISION))
#define BT_USE_SSE
#include <emmintrin.h>
#endif
#endif//_XBOX
#endif //__MINGW32__
#include <assert.h>