ridiculousfish / libdivide

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

Fix issue #96 #97

Closed adbancroft closed 2 years ago

adbancroft commented 2 years ago

libdivide::divider<> compile failure on some platforms with certain combinations of stdint type aliases

Revert to size_t based template dispatching

ridiculousfish commented 2 years ago

Thanks for jumping on this, I'll take a look

adbancroft commented 2 years ago

This was a bit rushed, so I think extra scrutiny is needed

ridiculousfish commented 2 years ago

Closing as this was fixed differently.