mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 21:07:22 +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;
|
double d;
|
||||||
long double ld;
|
long double ld;
|
||||||
|
|
||||||
#ifdef BOOST_HAS_FLOAT128
|
#if defined(BOOST_HAS_FLOAT128) || defined(__SIZEOF_FLOAT128__)
|
||||||
__float128 f128;
|
__float128 f128;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user