mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
Both nvidia + mesa seems not to optimize x / (2**n) to x >> n, so we do it ourself.
Both nvidia + mesa seems not to optimize x / (2**n) to x >> n, so we do it ourself.