Method popcnt_u32
popcnt_u32(uint)
Count the number of bits set to 1 in unsigned 32-bit integer a, and return that count in dst.
Declaration
public static int popcnt_u32(uint v)
Parameters
Type | Name | Description |
---|---|---|
uint | v | Integer to be counted in |
Returns
Type | Description |
---|---|
int | Count |
Remarks
**** popcnt r32, r32