Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2009, 12:58:47 AM (16 years ago)
Author:
dafrick
Message:

Reverted to revision 2906 (because I'm too stupid to merge correctly, 2nd try will follow shortly. ;))

Location:
code/branches/questsystem5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem5

  • code/branches/questsystem5/src/bullet/LinearMath/btScalar.h

    r2907 r2908  
    2626#include <float.h>
    2727
    28 #define BT_BULLET_VERSION 274
     28#define BT_BULLET_VERSION 273
    2929
    3030inline int      btGetVersion()
     
    4646                        #define ATTRIBUTE_ALIGNED128(a) a
    4747                #else
    48                         //#define BT_HAS_ALIGNED_ALLOCATOR
     48                        #define BT_HAS_ALIGNED_ALLOCATOR
    4949                        #pragma warning(disable : 4324) // disable padding warning
    5050//                      #pragma warning(disable:4530) // Disable the exception disable but used in MSCV Stl warning.
     
    6262                        #define btFsel(a,b,c) __fsel((a),(b),(c))
    6363                #else
    64 
    65 #if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400) && (!defined (BT_USE_DOUBLE_PRECISION))
    6664                        #define BT_USE_SSE
    67                         #include <emmintrin.h>
    68 #endif
    69 
    70                 #endif//_XBOX
    71 
     65                #endif
    7266                #endif //__MINGW32__
    7367
     
    131125
    132126                #define SIMD_FORCE_INLINE inline
    133                 ///@todo: check out alignment methods for other platforms/compilers
    134                 ///#define ATTRIBUTE_ALIGNED16(a) a __attribute__ ((aligned (16)))
    135                 ///#define ATTRIBUTE_ALIGNED128(a) a __attribute__ ((aligned (128)))
    136127                #define ATTRIBUTE_ALIGNED16(a) a
    137128                #define ATTRIBUTE_ALIGNED128(a) a
     
    242233  SIMD_FORCE_INLINE btScalar btPow(btScalar x,btScalar y) { return powf(x,y); }
    243234  #endif
    244        
     235
    245236#endif
    246237
Note: See TracChangeset for help on using the changeset viewer.