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 46eebca commit 9787c29Copy full SHA for 9787c29
test/test_xsimd_api.cpp
@@ -41,8 +41,6 @@ bool extract(xsimd::batch_bool<T, A> const& batch) { return batch.get(0); }
41
#define INTEGRAL_TYPES_HEAD char, unsigned char, signed char, short, unsigned short, int, unsigned int, long, unsigned long
42
#ifdef XSIMD_NO_SUPPORTED_ARCHITECTURE
43
#define INTEGRAL_TYPES_TAIL
44
-#elif XSIMD_WITH_ALTIVEC
45
-#define INTEGRAL_TYPES_TAIL , xsimd::batch<char>, xsimd::batch<unsigned char>, xsimd::batch<signed char>, xsimd::batch<short>, xsimd::batch<unsigned short>, xsimd::batch<int>, xsimd::batch<unsigned int>
46
#else
47
#define INTEGRAL_TYPES_TAIL , xsimd::batch<char>, xsimd::batch<unsigned char>, xsimd::batch<signed char>, xsimd::batch<short>, xsimd::batch<unsigned short>, xsimd::batch<int>, xsimd::batch<unsigned int>, xsimd::batch<long>, xsimd::batch<unsigned long>
48
#endif
0 commit comments