Am 19.08.2019 um 22:20 schrieb Christo Crause:
> I'm interested in trying to improve the code generated for shift
> operations (in particular involving a compile time constant shift) for
> the AVR target. The AVR processor doesn't have a barrel shifter,
> instead it can only shift a single bit pos
I'm interested in trying to improve the code generated for shift operations
(in particular involving a compile time constant shift) for the AVR
target. The AVR processor doesn't have a barrel shifter, instead it can
only shift a single bit position per clock cycle. Currently the compiler by
defaul