bit_analysis
Compute bit-level properties of integers: popcount, bit length, trailing zeros, power-of-two checks, next power of two, and alignment padding.
Instructions
popcount, bit length, trailing zeros, power-of-two check, next power of two, and (with align) padding needed to reach an alignment boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| align | No |