Skip to content

Commit 1d8536b

Browse files
Fix bool_batch alias for i8mm<neon64>
Fix #1005
1 parent 609ae41 commit 1d8536b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/xsimd/types/xsimd_i8mm_neon64_register.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ namespace xsimd
3939

4040
XSIMD_DECLARE_SIMD_REGISTER_ALIAS(i8mm<neon64>, neon64);
4141

42+
template <class T>
43+
struct get_bool_simd_register<T, i8mm<neon64>>
44+
: detail::neon_bool_simd_register<T, i8mm<neon64>>
45+
{
46+
};
4247
}
4348
#endif
4449

0 commit comments

Comments
 (0)