This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
Re: 128-bit integer - nonsensical documentation?
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Jeffrey Walton <noloader at gmail dot com>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 26 Aug 2015 14:51:52 +0200 (CEST)
- Subject: Re: 128-bit integer - nonsensical documentation?
- Authentication-results: sourceware.org; auth=none
- References: <1B1111BE-E274-4C80-8189-22B78D77647A at gmail dot com> <CAH6eHdTumersYZtRi62uGVhjW+nxmCkXRC__bN1En2Q6shRa3w at mail dot gmail dot com> <CAH8yC8m4WFY_TWDFKqaWYXT5NhF5=3YVPoV0Pin6m-7aYL0=7Q at mail dot gmail dot com>
- Reply-to: gcc-help <gcc-help at gcc dot gnu dot org>
On Wed, 26 Aug 2015, Jeffrey Walton wrote:
Is there a way to detect the presence or availability of __int128 via preprocessor macros?
__SIZEOF_INT128__ -- Marc Glisse