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