Prevent SSE Alignment crash in VS2010 and up

See http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?t=8915
This commit is contained in:
Kenneth Bogert
2015-04-21 00:31:41 -04:00
parent 8d4802f15c
commit a57e1632a6

View File

@@ -73,7 +73,7 @@ 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
SIMD_FORCE_INLINE btQuadWord(const btSimdFloat4 vec)