Open
Description
- 1. gcc -O3, clang and tcc are not tested2. you could also use address sanitizer and ub sanitizer (although I would expect they dont find anything)3. add example usage for multiple types in the README4. Did you consider using
uint8_t
instead ofint
?5. create a license or SPDX header.
Activity