]> git.sesse.net Git - stockfish/commitdiff
Retire __popcnt64 intrinsic
authorMarco Costalba <mcostalba@gmail.com>
Sun, 1 May 2016 16:18:10 +0000 (18:18 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 5 May 2016 07:09:07 +0000 (09:09 +0200)
Just use _mm_popcnt_u64() that is available
both for MSVC abd Intel compiler.

Verified on MSVC that the produced assembly
has the hardware 'popcnt' instruction.

No functional change.


No differences found