On 9/28/23 17:41, Nick Bowler wrote:
On 2023-09-28, Richard Henderson <richard.hender...@linaro.org> wrote:Belated follow-up suggestion:- if ((tmp & 0xff) > 0x7f) { - tmp += 0x100; - } + tmp += 0x80; 7 occurrences throughout vis_helper.c.I agree with making this particular change but I think since it doesn't fix a bug, it should go in a separate patch.
Of course. That's what I meant by followup. r~