Skip to content

Commit

Permalink
fix neon64
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 20, 2024
1 parent ed63086 commit 836b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xsimd/arch/xsimd_neon64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace xsimd
template <class A, class T>
inline batch<T, A> broadcast(T val, requires_arch<neon64>) noexcept
{
return broadcast<neon64>(val, neon {});
return broadcast<A>(val, neon {});
}

template <class A>
Expand Down

0 comments on commit 836b4c3

Please sign in to comment.