mirror of
https://git.tukaani.org/xz.git
synced 2025-11-01 14:02:53 +00:00
The Maj macro is used where multiple things are added together, so making Maj a sum of two expressions allows some extra freedom for the compiler to schedule the instructions. I learned this trick from <http://www.hackersdelight.org/corres.txt>.