We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f64dc commit df0fa65Copy full SHA for df0fa65
include/xsimd/types/xsimd_altivec_register.hpp
@@ -64,6 +64,8 @@ namespace xsimd
64
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(short, short);
65
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(unsigned int, int);
66
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);
69
XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(float, int);
70
71
#undef XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER
0 commit comments