fruit bce0407674 Make signed guf_wrapping_mul more general
Don't fail on mod == 0 (in weird cases where the given UNSIGNED_TYPE_MAX == SIGNED_TYPE_MAX)
but
res = mod > 0 ? (1u * res % mod) : res;
2025-12-23 14:11:06 +01:00
2025-01-03 10:38:57 +01:00
2025-01-03 10:38:57 +01:00
2025-12-23 14:11:05 +01:00
Description
Strongly typed C99 containers etc.
1.1 MiB
Languages
C 66%
C++ 27.3%
Python 6.1%
CMake 0.6%