views:

43

answers:

1

What is the equivalent to __builtin_popcount as found in GCC and Clang, for MSVC-10?

+1  A: 

Have a look at these intrinsics, else you can always use something from here

Necrolis