Skip to content

Commit 84a07b4

Browse files
committed
remove unneeded overload
1 parent 8705787 commit 84a07b4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/xsimd/arch/xsimd_neon.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,6 @@ namespace xsimd
612612
return load_unaligned(mem, t, r);
613613
}
614614

615-
template <class A>
616-
XSIMD_INLINE batch_bool<float, A> load_aligned(bool const* mem, batch_bool<float, A> t, requires_arch<neon> r) noexcept
617-
{
618-
uint8x8_t tmp = vreinterpret_u8_u32(vset_lane_u32(*(unsigned int*)mem, vdup_n_u32(0), 0));
619-
return { 0 - vmovl_u16(vget_low_u16(vmovl_u8(tmp))) };
620-
}
621-
622615
/*********
623616
* store *
624617
*********/

0 commit comments

Comments
 (0)