Skip to content

Commit df0fa65

Browse files
WIP
1 parent a7f64dc commit df0fa65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/xsimd/types/xsimd_altivec_register.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ namespace xsimd
6464
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(short, short);
6565
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(unsigned int, int);
6666
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(int, int);
67+
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(unsigned long, long);
68+
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(long, long);
6769
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(float, int);
6870

6971
#undef XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER

0 commit comments

Comments
 (0)