stack variable 'bounds' needs to be 16-byte aligned for SSE

This commit is contained in:
erwin.coumans
2008-08-27 23:37:33 +00:00
parent b21d8caa9a
commit dcefff0e0e

View File

@@ -320,7 +320,9 @@ return(m_paircache);
//
void btDbvtBroadphase::getBroadphaseAabb(btVector3& aabbMin,btVector3& aabbMax) const
{
btDbvtVolume bounds;
ATTRIBUTE_ALIGNED16(btDbvtVolume) bounds;
if(!m_sets[0].empty())
if(!m_sets[1].empty()) Merge( m_sets[0].m_root->volume,
m_sets[1].m_root->volume,bounds);