Skip to content
Snippets Groups Projects
  • Geo Ster's avatar
    1a3d77c9
    Minor branch optimization · 1a3d77c9
    Geo Ster authored
    * 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.
    1a3d77c9
    History
    Minor branch optimization
    Geo Ster authored
    * 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.