diff --git a/include/xsimd/arch/xsimd_neon64.hpp b/include/xsimd/arch/xsimd_neon64.hpp index c6ecb423f..77538d1c2 100644 --- a/include/xsimd/arch/xsimd_neon64.hpp +++ b/include/xsimd/arch/xsimd_neon64.hpp @@ -92,7 +92,7 @@ namespace xsimd template inline batch broadcast(T val, requires_arch) noexcept { - return broadcast(val, neon {}); + return broadcast(val, neon {}); } template