Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[interpreter] Make popcnt loop up to bitwidth
This makes it work for Rep.bitwidth < 32. Otherwise it will keep checking all 32 bits and give the wrong result.
- Loading branch information