Skip to content

v5.0.0

Compare
Choose a tag to compare
@ridiculousfish ridiculousfish released this 17 Jul 18:56
· 44 commits to master since this release
  • 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.