File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -571,14 +571,6 @@ namespace xsimd
571571 * Testing types lists *
572572 ***********************/
573573
574- #ifdef XSIMD_WITH_ALTIVEC
575- #define BATCH_INT_TYPES xsimd::batch<uint8_t >, \
576- xsimd::batch<int8_t >, \
577- xsimd::batch<uint16_t >, \
578- xsimd::batch<int16_t >, \
579- xsimd::batch<uint32_t >, \
580- xsimd::batch<int32_t >
581- #else
582574#define BATCH_INT_TYPES xsimd::batch<uint8_t >, \
583575 xsimd::batch<int8_t >, \
584576 xsimd::batch<uint16_t >, \
@@ -587,14 +579,13 @@ namespace xsimd
587579 xsimd::batch<int32_t >, \
588580 xsimd::batch<uint64_t >, \
589581 xsimd::batch<int64_t >
590- #endif
591582
592- #if XSIMD_WITH_NEON64 || ( !XSIMD_WITH_NEON && !XSIMD_WITH_ALTIVEC)
583+ #if XSIMD_WITH_NEON64 || !XSIMD_WITH_NEON
593584#define BATCH_FLOAT_TYPES xsimd::batch<float >, xsimd::batch<double >
594585#else
595586#define BATCH_FLOAT_TYPES xsimd::batch<float >
596587#endif
597- #if XSIMD_WITH_NEON64 || ( !XSIMD_WITH_NEON && !XSIMD_WITH_ALTIVEC)
588+ #if XSIMD_WITH_NEON64 || !XSIMD_WITH_NEON
598589#define BATCH_COMPLEX_TYPES xsimd::batch<std::complex <float >>, xsimd::batch<std::complex <double >>
599590#else
600591#define BATCH_COMPLEX_TYPES xsimd::batch<std::complex <float >>
You can’t perform that action at this time.
0 commit comments