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.

Reply via email to