Fix compilation in cycles
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user