Prevent SSE Alignment crash in VS2010 and up
See http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?t=8915
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
#if defined(BT_USE_SSE) || defined(BT_USE_NEON)
|
#if (defined(BT_USE_SSE_IN_API) && defined(BT_USE_SSE)) || defined(BT_USE_NEON)
|
||||||
|
|
||||||
// Set Vector
|
// Set Vector
|
||||||
SIMD_FORCE_INLINE btQuadWord(const btSimdFloat4 vec)
|
SIMD_FORCE_INLINE btQuadWord(const btSimdFloat4 vec)
|
||||||
|
|||||||
Reference in New Issue
Block a user