fixes to keep compiler and unix/libspe developers happy

This commit is contained in:
erwin.coumans
2008-12-01 16:22:43 +00:00
parent dd21959709
commit bfa8ebfbd8
4 changed files with 4 additions and 5 deletions

View File

@@ -62,6 +62,8 @@ inline int btGetVersion()
#define btFsel(a,b,c) __fsel((a),(b),(c))
#else
#define BT_USE_SSE
#include <emmintrin.h>
#endif
#endif //__MINGW32__