mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-17 22:01:46 -04:00
This way, the number of loop iterations is equal to the number of set bits in the bitset rather than the number of bits in the bitset, which is a good improvement because usually very few bits are set.