On Wed, Aug 21, 2019 at 5:05 AM Nicolas Pitre <n...@fluxnic.net> wrote: > > Let's rework that code to avoid large immediate values and convert some > 64-bit variables to 32-bit ones when possible. This allows gcc to > produce smaller and better code. This even produces optimal code on > RISC-V. > > Signed-off-by: Nicolas Pitre <n...@fluxnic.net> >
Applied, thanks! Arnd