mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-08 13:13:56 +00: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.