avr-fast-shift

Data Processing

Optimised left and right shifting of `uint32_t` up to 31 places.
As of AVR-GCC 14.2.0, the code produced for unsigned 32-bit shifts with a *compile time shift distance* is very poor when using -O2 or -O3.

Author: Andrew Bancroft

Maintainer: Andrew Bancroft

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.