Skip to content

Commit 9787c29

Browse files
WIP
1 parent 46eebca commit 9787c29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_xsimd_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ bool extract(xsimd::batch_bool<T, A> const& batch) { return batch.get(0); }
4141
#define INTEGRAL_TYPES_HEAD char, unsigned char, signed char, short, unsigned short, int, unsigned int, long, unsigned long
4242
#ifdef XSIMD_NO_SUPPORTED_ARCHITECTURE
4343
#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>
4644
#else
4745
#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>
4846
#endif

0 commit comments

Comments
 (0)