This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

_GLIBCXX_USE_INT128


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]