From: Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> Date: Thu, 15 Sep 2016 15:12:30 -0300
> No functional change. Just to avoid the usage of '&~3'. > Also break the line to make it easier to read. You're reply later in this thread: "to make sure it is correctly adapted to some arch if necessary. (even though it's not necessary in this case)" is inconsistent with your commit log message. If you think that the word size might possibly be different on a given arch, then this is in fact a functional change. This patch just adds ambiguity. Whereas the existing code is explicit about "multiple of 4" and there can be no confusion. I'm not applying this, sorry.