Skip to content

src: Improve round to multiple of 4 performance

We can round to multiple of 4 by using bit operations instead of divide and multiply.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading