c - Is there a 128 bit integer in gcc? -
this question has answer here:
- does gcc support 128-bit int on amd64? 2 answers
- is there way 128 bit ints on gcc <4.4 4 answers
i want 128 bit integer because want store results of multiplication of 2 64 bit numbers. there such thing in gcc 4.4 , above?
ah, big integers not c's forte.
gcc have uint128_t/int128_t type, starting version 4.something (not sure here). seem recall, however, there __int128_t def before that.
Comments
Post a Comment