128-bit integers in C

VS Vladimir Sukhoy
AS Alexander Stoytchev
request Request a Protocol
ask Ask a question
Favorite

Our C code used 128-bit integers for all integer values that would not fit in 64 bits for large n. More specifically, we built the C code using GCC 4.4.7 and used the ‘__uint128_t’ unsigned 128-bit integer type provided by this compiler.

Do you have any questions about this protocol?

Post your question to gather feedback from the community. We will also invite the authors of this article to respond.

post Post a Question
0 Q&A