libdivide icon indicating copy to clipboard operation
libdivide copied to clipboard

Official git repository for libdivide: optimized integer division

Results 4 libdivide issues
Sort by recently updated
recently updated
newest added

Hi, Is there a chance to get support for the modulo operation in libdivide, without having to do x - (x / d) \* d manually? Ideally, of course, in...

Your CMake scripts check for NEON support but also enable NEON on AArch32 (i.e. 32 bit ARM). Unfortunately you use a bunch of instrinsic functions only available on AArch64, leading...

This error is produced with recent clang (>= 15). Actually this is just a warning, but since -Werror,-Wstrict-prototype is set, it becomes an error: ``` FAILED: CMakeFiles/test_c99.dir/test/test_c99.c.o /usr/local/libexec/ccache/cc -DLIBDIVIDE_SSE2 -I/wrkdirs/usr/ports/math/libdivide/work/libdivide-5.0...

I'd like to fix the AVR CI, but don't have an Appveyor account. I realize I could join Appveyor, but it seems like the better solution might be to migrate...