interval
interval copied to clipboard
Fix narrowing conversions for ppc
These constants are too large for long long so are unsigned,
and then cannot be narrowed to the signed type.
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