On 8/12/20 7:34 PM, Richard Henderson wrote: > On 8/7/20 7:37 AM, Philippe Mathieu-Daudé wrote: >> + s->offset_fmt_width = ROUND_UP(64 - clz64(s->size - 1), 4) >> 2; > > Better with DIV_ROUND_UP, I think. Otherwise,
Thanks for the tip! (and for reviewing the other series) :) > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > > r~ >