[PATCH 1/4] system_data_types.7: Add '__int128'
Paul Eggert
eggert@cs.ucla.edu
Fri Oct 2 19:54:13 GMT 2020
On 10/2/20 12:01 PM, Alejandro Colomar wrote:
> If you propose not to document the stdint types either,
This is not a stdint.h issue. __int128 is not in stdint.h and is not a system
data type in any real sense; it's purely a compiler issue. Besides, do we start
repeating the GCC manual too, while we're at it? At some point we need to
restrain ourselves and stay within the scope of the man pages.
PS. Have you ever tried to use __int128 in real code? I have, to my regret. It's
a portability and bug minefield and should not be used unless you really know
what you're doing, which most people do not.
More information about the Libc-alpha
mailing list