2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 04:22:15 +00:00

fptraits.hpp: Update tests for arm64 and CUDA.

This commit is contained in:
jzmaddock
2026-01-16 12:37:42 +00:00
parent b390d093df
commit 0c9bbf6b55

View File

@@ -272,7 +272,7 @@ template<> struct fp_traits_non_native<double, double_precision>
#if defined(BOOST_NO_INT64_T) || defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION)\
|| defined(BOOST_BORLANDC) || defined(__CODEGEAR__) || (defined(__APPLE__) && defined(__aarch64__)) || defined(_MSC_VER)\
|| (defined(__GNUC__) && defined(__aarch64__))
|| (defined(__GNUC__) && defined(__aarch64__) && defined(_WIN32)) || defined(BOOST_MATH_HAS_GPU_SUPPORT)
static_assert(LDBL_MANT_DIG == 53, "Oops, assumption that long double is a 64-bit quantity is incorrect!!");