Skip to content

Commit

Permalink
Fix bool_batch alias for i8mm<neon64>
Browse files Browse the repository at this point in the history
Fix #1005
  • Loading branch information
serge-sans-paille committed Mar 10, 2024
1 parent 836b4c3 commit 33aabe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/xsimd/types/xsimd_i8mm_neon64_register.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ namespace xsimd

XSIMD_DECLARE_SIMD_REGISTER_ALIAS(i8mm<neon64>, neon64);

template <class T>
struct get_bool_simd_register<T, i8mm<neon64>>
: detail::neon_bool_simd_register<T, i8mm<neon64>>
{
};
}
#endif

Expand Down

0 comments on commit 33aabe4

Please sign in to comment.