File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
include/boost/math/special_functions/detail Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,9 @@ template<> struct fp_traits_non_native<double, double_precision>
272272
273273#if defined(BOOST_NO_INT64_T) || defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION)\
274274 || defined (BOOST_BORLANDC) || defined (__CODEGEAR__) || (defined (__APPLE__) && defined (__aarch64__)) || defined (_MSC_VER)\
275- || (defined (__GNUC__) && defined (__aarch64__) && defined (_WIN32)) || defined (__SYCL_DEVICE_ONLY__)
275+ || (defined (__GNUC__) && defined (__aarch64__) && defined (_WIN32))\
276+ || (defined (__GNUC__) && (defined (__arm__) || defined (__thumb__)))\
277+ || defined (__SYCL_DEVICE_ONLY__)
276278
277279static_assert (LDBL_MANT_DIG == 53 , " Oops, assumption that long double is a 64-bit quantity is incorrect!!" );
278280
You can’t perform that action at this time.
0 commit comments