The SPURS version requires 16-byte alignment at the moment, and Cell SDK doesn't, so keep it like this for 2.73. @todo: Need to figure out better way to deal with those differences.

This commit is contained in:
erwin.coumans
2008-11-09 23:35:23 +00:00
parent bf3b6a2140
commit 463a1b74c1

View File

@@ -27,7 +27,11 @@ subject to the following restrictions:
/**@brief The btQuadWordStorage class is base class for btVector3 and btQuaternion.
* Some issues under PS3 Linux with IBM 2.1 SDK, gcc compiler prevent from using aligned quadword.
*/
#ifndef USE_LIBSPE2
ATTRIBUTE_ALIGNED16(class) btQuadWordStorage
#else
class btQuadWordStorage
#endif
{
protected: