1
0
forked from boostorg/core

Define and use BOOST_CORE_HAS_FLOAT128

This commit is contained in:
Peter Dimov
2023-01-25 19:38:20 +02:00
parent c704d8b630
commit 3edd3aa982
2 changed files with 20 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ int main()
BOOST_TEST_GE( boost::core::max_align, boost::alignment_of<double>::value );
BOOST_TEST_GE( boost::core::max_align, boost::alignment_of<long double>::value );
#if defined(BOOST_HAS_FLOAT128) || defined(__SIZEOF_FLOAT128__)
#if defined(BOOST_CORE_HAS_FLOAT128)
BOOST_TEST_GE( boost::core::max_align, boost::alignment_of<__float128>::value );