_mm_popcnt_u64
Microsoft Specific
Emits the Streaming SIMD Extensions 4 (SSE4) instruction popcnt. This instruction calculates the number of bits of the parameter that are set to 1.
int _mm_popcnt_u64 ( unsigned __int64 a );
Return value type inconsistency?
Code and documentation appear to be out of sync. Should the return value be an __int64 per nmmintrin.h?
- 4/12/2012
- barelytired