re-enable the fix for broken friction in Clang (got accidently undone in a recent commit)

fix OSX build
This commit is contained in:
Erwin Coumans
2014-05-03 10:11:49 -07:00
parent 0e1a77047c
commit e279aed08f
2 changed files with 7 additions and 4 deletions

View File

@@ -5,9 +5,12 @@
#include "LinearMath/btScalar.h"
#include <string.h>//memset
#ifdef BT_USE_SSE
#ifdef USE_SIMD
#include <emmintrin.h>
#ifdef BT_ALLOW_SSE4
#include <intrin.h>
#endif
#endif //BT_ALLOW_SSE4
#endif //USE_SIMD
#if defined BT_USE_NEON
#define ARM_NEON_GCC_COMPATIBILITY 1