Thiago Macieira
编辑于
The int64_t version is easier because the C99 & C11 standards require
that int64_t use two's complement representation. We're unlikely to find
an architecture that supports two's complement 64-bit but doesn't
support it for int, but the code is written to be strictly conforming.
Signed-off-by:
Thiago Macieira <thiago.macieira@intel.com>