ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

Unnecessary static linkage #80

Closed adbancroft closed 3 years ago

adbancroft commented 3 years ago

Some functions in libdivide.h are declared static but not inline. On the AVR platform, these are not optimized out by the linker even if unused.