Fix compilation in cycles

This commit is contained in:
Antonis Ryakiotakis 2014-06-14 13:54:11 +03:00
parent 0c1b4c35cd
commit 9073a81bce
Notes: blender-bot 2023-02-14 10:29:32 +01:00
Referenced by issue #40633, 2.71 crashes when I try to duplicate a bone
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ __forceinline operator int ( ) const { return std::numeric_limits<
#define _lzcnt_u64 __lzcnt64
#endif
#if defined(_WIN32)
#if defined(_WIN32) && !defined(__MINGW32__)
__forceinline int __popcnt(int in) {
return _mm_popcnt_u32(in);