popcnt intrinsics
| Property | Description |
|---|---|
| IsPopcntSupported | Evaluates to true at compile time if popcnt intrinsics are supported. Burst ties popcnt support to SSE4.2 support to simplify feature sets to support. |
| Method | Description |
|---|---|
| popcnt_u32 | Count the number of bits set to 1 in unsigned 32-bit integer a, and return that count in dst. |
| popcnt_u64 | Count the number of bits set to 1 in unsigned 64-bit integer a, and return that count in dst. |