We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed63086 commit 836b4c3Copy full SHA for 836b4c3
include/xsimd/arch/xsimd_neon64.hpp
@@ -92,7 +92,7 @@ namespace xsimd
92
template <class A, class T>
93
inline batch<T, A> broadcast(T val, requires_arch<neon64>) noexcept
94
{
95
- return broadcast<neon64>(val, neon {});
+ return broadcast<A>(val, neon {});
96
}
97
98
template <class A>
0 commit comments