diff --git a/test/test_arch.cpp b/test/test_arch.cpp index 9bb19291f..7d0a5a7a7 100644 --- a/test/test_arch.cpp +++ b/test/test_arch.cpp @@ -26,7 +26,7 @@ static_assert(xsimd::all_architectures::contains(), "defaul #endif #if !XSIMD_WITH_SVE -static_assert((std::is_same::value || !xsimd::neon64::supported()), "on arm, without sve, the best we can do is neon64"); +static_assert((std::is_base_of::value || !xsimd::neon64::supported()), "on arm, without sve, the best we can do is neon64"); #endif struct check_supported