mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-16 12:43:48 +00:00

In cases where the size is not a known constant when inlining, AlignUp<std::size_t> currently generates two 64-bit div instructions. This generates one div and a cmov which is significantly cheaper.