Fix compilation for MSVC 6.0 for Bullet and COLLADA DOM.
Fix issues with btDbvt: use ATTRIBUTE_ALIGNED16 Removed several places where variable was declared within for statement: for (int i=0; should be int i; for (i=0
This commit is contained in:
@@ -53,12 +53,6 @@ subject to the following restrictions:
|
||||
|
||||
// Inlining
|
||||
#define DBVT_INLINE SIMD_FORCE_INLINE
|
||||
// Align
|
||||
#ifdef WIN32
|
||||
#define DBVT_ALIGN __declspec(align(16))
|
||||
#else
|
||||
#define DBVT_ALIGN
|
||||
#endif
|
||||
|
||||
// Specific methods implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user