Skip to content
代码片段 群组 项目
用户头像
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: default avatarThiago Macieira <thiago.macieira@intel.com>
0f02e793
历史