From 0c9bbf6b55434b5094535bcb3e10068650a847ea Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 16 Jan 2026 12:37:42 +0000 Subject: [PATCH] fptraits.hpp: Update tests for arm64 and CUDA. --- include/boost/math/special_functions/detail/fp_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/special_functions/detail/fp_traits.hpp b/include/boost/math/special_functions/detail/fp_traits.hpp index c6b46ef66..925e26cce 100644 --- a/include/boost/math/special_functions/detail/fp_traits.hpp +++ b/include/boost/math/special_functions/detail/fp_traits.hpp @@ -272,7 +272,7 @@ template<> struct fp_traits_non_native #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!!");