config: clang - detect support for int128

[SVN r86497]
This commit is contained in:
Tim Blechmann
2013-10-28 10:06:20 +00:00
parent 67f6b934f1
commit 1a1d2f17eb

View File

@ -39,6 +39,11 @@
// Clang supports "long long" in all compilation modes. // Clang supports "long long" in all compilation modes.
#define BOOST_HAS_LONG_LONG #define BOOST_HAS_LONG_LONG
#if defined(__SIZEOF_INT128__)
# define BOOST_HAS_INT128
#endif
// //
// Dynamic shared object (DSO) and dynamic-link library (DLL) support // Dynamic shared object (DSO) and dynamic-link library (DLL) support
// //