mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Test __SIZEOF_FLOAT128__ as well, for g++ -m32
This commit is contained in:
@ -38,7 +38,7 @@ union max_align_t
|
||||
double d;
|
||||
long double ld;
|
||||
|
||||
#ifdef BOOST_HAS_FLOAT128
|
||||
#if defined(BOOST_HAS_FLOAT128) || defined(__SIZEOF_FLOAT128__)
|
||||
__float128 f128;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user