| ▲ | kibwen 2 days ago | ||||||||||||||||
> I tested it was working by counting the bits and someone critizised it for not using popcount PSA: Rust exposes the popcnt intrinsic via the `count_ones` method on integer types: https://doc.rust-lang.org/std/primitive.u32.html#method.coun... | |||||||||||||||||
| ▲ | Lerc 2 days ago | parent [-] | ||||||||||||||||
Looks like that was added about 3 years after I wrote my test code. | |||||||||||||||||
| |||||||||||||||||