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 6b975ac commit 51ef120Copy full SHA for 51ef120
include/xsimd/types/xsimd_altivec_register.hpp
@@ -67,6 +67,7 @@ namespace xsimd
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
+ XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER(double, long);
71
72
#undef XSIMD_DECLARE_SIMD_BOOL_ALTIVEC_REGISTER
73
}
0 commit comments