Skip to content

Commit 35c6262

Browse files
eq-bool
1 parent bbe5725 commit 35c6262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_neon.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ namespace xsimd
938938
template <class A, class T, detail::enable_sized_integral_t<T, 8> = 0>
939939
XSIMD_INLINE batch_bool<T, A> eq(batch_bool<T, A> const& lhs, batch_bool<T, A> const& rhs, requires_arch<neon>) noexcept
940940
{
941-
return eq(lhs.data, rhs.data);
941+
return eq(lhs.data, rhs.data, A{});
942942
}
943943

944944
/*************

0 commit comments

Comments
 (0)