This commit is contained in:
2025-04-11 18:16:32 +03:00
parent 8ca8183cb8
commit 33d7800a62
2 changed files with 51 additions and 18 deletions

View File

@@ -8,7 +8,10 @@
#include <chrono>
#include <fstream>
#ifdef VEC_XSIMD
#include <xsimd/xsimd.hpp>
#endif
#include "mcc_traits.h"
#include "mount_astrom_default.h"
@@ -23,9 +26,10 @@ namespace erfa
namespace mcc::traits
{
#ifdef VEC_XSIMD
template <typename T>
concept mcc_scalar_or_simd_c = xsimd::is_batch<T>::value || std::is_arithmetic_v<T>;
#endif
template <typename T>
concept mcc_real_scalar_or_real_range_c =