forked from boostorg/config
config: clang - detect support for int128
[SVN r86497]
This commit is contained in:
@ -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
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user