Fix compilation in cycles

This commit is contained in:
Antony Riakiotakis 2014-06-14 13:54:11 +03:00
parent 0c1b4c35cd
commit 9073a81bce

@ -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);