bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 128-bit uid_t


From: Paul Eggert
Subject: Re: 128-bit uid_t
Date: Sun, 11 Sep 2011 09:33:33 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

On 09/11/11 08:14, Bastien ROUCARIES wrote:
> gcc has it : http://gcc.gnu.org/onlinedocs/gcc/_005f_005fint128.html
> (at least for 64bits)

I'd be leery of any attempt to define a system type wider than
intmax_t.  Too many things will break.  It might be OK to use
__int128 for specialized internal purposes (cryptography comes
to mind), but not for common external interfaces such as uid_t.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]