From: Zhang Shengju <zhangshen...@cmss.chinamobile.com> Date: Tue, 29 Aug 2017 11:18:39 +0800
> Replace shift instead of expensive divide. > > Signed-off-by: Zhang Shengju <zhangshen...@cmss.chinamobile.com> The divide is more easier to understand, and it costs the same as a shift if the types are unsigned. I'm not applying silly changes like this which actually make the code worse off, sorry.