Skip to content
Snippets Groups Projects
Commit 1a3d77c9 authored by Geo Ster's avatar Geo Ster
Browse files

Minor branch optimization

* On reads/writes it is important to check the address alignment before
proceeding with the operation. However unalignment errors almost
never happen in real world games, so let the compiler know that these
branches are unlikely to happen to speed them up a bit.
parent 1d16fdad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment