Open jwakely opened 2 years ago
These constants are too large for long long so are unsigned, and then cannot be narrowed to the signed type.
long long
Fixes #29
Before: https://godbolt.org/z/en14c9Ps9 After: https://godbolt.org/z/nxPEbfcbf
Please accept this patch. It fixes ppc64el build error... See e.g. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040524
These constants are too large for
long long
so are unsigned, and then cannot be narrowed to the signed type.Fixes #29