mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Test __SIZEOF_FLOAT128__ as well, for g++ -m32
This commit is contained in:
parent
8052abb15c
commit
5632ee0367
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user