diff options
author | Marshall Mohror <mohror64@gmail.com> | 2020-07-07 16:39:23 -0500 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-07-11 18:39:00 +0200 |
commit | a4306b9e5662fca74f65f0b657e7002fda7f1829 (patch) | |
tree | cbd176cf7b3dd85cde0b8fb65f8df38727d1c9a5 /src/core/gdbstub/gdbstub.cpp | |
parent | a0ee597b19482ce4bfc6231ad54666e2a7f894b5 (diff) |
Common: remove a mod from AlignUp (#5441)
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.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions