v5.0.0
- Reference code for narrowing division has been added.
- The C and C++ APIs have been extended to support 16-bit scalar integer division.
- Multiple enhancements to add support for 8-bit microcontrollers
- Compiles cleanly using avr-gcc, used by the Atmel AVR microcontroller family (popular on Arduino boards)
- Code base includes AtMega2560 test & bench marking programs
- Adds predefined macros to speed up division by 16-bit constants: division by a 16-bit constant is not optimized by avr-gcc on 8-bit systems.
- Compiles cleanly using avr-gcc, used by the Atmel AVR microcontroller family (popular on Arduino boards)