- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/bullet/LinearMath/btScalar.h
r2907 r2908 26 26 #include <float.h> 27 27 28 #define BT_BULLET_VERSION 27 428 #define BT_BULLET_VERSION 273 29 29 30 30 inline int btGetVersion() … … 46 46 #define ATTRIBUTE_ALIGNED128(a) a 47 47 #else 48 //#define BT_HAS_ALIGNED_ALLOCATOR48 #define BT_HAS_ALIGNED_ALLOCATOR 49 49 #pragma warning(disable : 4324) // disable padding warning 50 50 // #pragma warning(disable:4530) // Disable the exception disable but used in MSCV Stl warning. … … 62 62 #define btFsel(a,b,c) __fsel((a),(b),(c)) 63 63 #else 64 65 #if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400) && (!defined (BT_USE_DOUBLE_PRECISION))66 64 #define BT_USE_SSE 67 #include <emmintrin.h> 68 #endif 69 70 #endif//_XBOX 71 65 #endif 72 66 #endif //__MINGW32__ 73 67 … … 131 125 132 126 #define SIMD_FORCE_INLINE inline 133 ///@todo: check out alignment methods for other platforms/compilers134 ///#define ATTRIBUTE_ALIGNED16(a) a __attribute__ ((aligned (16)))135 ///#define ATTRIBUTE_ALIGNED128(a) a __attribute__ ((aligned (128)))136 127 #define ATTRIBUTE_ALIGNED16(a) a 137 128 #define ATTRIBUTE_ALIGNED128(a) a … … 242 233 SIMD_FORCE_INLINE btScalar btPow(btScalar x,btScalar y) { return powf(x,y); } 243 234 #endif 244 235 245 236 #endif 246 237
Note: See TracChangeset
for help on using the changeset viewer.