Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/LinearMath/SimdScalar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/extern/bullet/LinearMath/SimdScalar.h b/extern/bullet/LinearMath/SimdScalar.h
index 6feaee53f8e..b1e1905666a 100644
--- a/extern/bullet/LinearMath/SimdScalar.h
+++ b/extern/bullet/LinearMath/SimdScalar.h
@@ -39,7 +39,13 @@ DEALINGS IN THE SOFTWARE.
#include <float.h>
#ifdef WIN32
+
+#ifdef __MINGW32__
+#define SIMD_FORCE_INLINE inline
+#else
#define SIMD_FORCE_INLINE __forceinline
+#endif //__MINGW32__
+
//#define ATTRIBUTE_ALIGNED16(a) __declspec(align(16)) a
#define ATTRIBUTE_ALIGNED16(a) a