enable SIMD for Apple OSX Intel

compile fixes for _btGpu_computeGridSize undefined in libBulletMultiThreaded
http://code.google.com/p/bullet/issues/detail?id=246
This commit is contained in:
erwin.coumans
2009-07-16 06:23:04 +00:00
parent 40c73f327c
commit 82828745ea
9 changed files with 42 additions and 10 deletions

View File

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