This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 128-bit long long?


Zack Weinberg wrote:
Best current practice appears to be to provide an "extended integral
type" __int128.  This doesn't have the problems of 'long long' because
it's not a *basic* integral type (in particular, it cannot be used for
size_t).

I always wondered why C99 didn't define both int128_t and uint128_t in <stdint.h>.


..Scott


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]