This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
_GLIBCXX_USE_INT128
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 25 Apr 2012 10:55:19 +0200 (CEST)
- Subject: _GLIBCXX_USE_INT128
- Reply-to: libstdc++ at gcc dot gnu dot org
Hello,
I was wondering if it would make sense to test __SIZEOF_INT128__ instead
of having a configure test that defines _GLIBCXX_USE_INT128
unconditionally. That would mostly help other compilers trying to use a
libstdc++ that was installed with gcc.
__float128 doesn't seem to have such a macro that can be tested :-(
--
Marc Glisse