blob: 27312179ccc41af5025673fab89a2e34dd850b22 [file] [log] [blame]
#include "THVector.h"
#include "vector/simd.h"
#ifdef __NEON__
#include "vector/NEON.cpp"
#endif
#ifdef __PPC64__
#include "vector/VSX.cpp"
#endif
#if defined(USE_AVX)
#include "vector/AVX.h"
#endif
#if defined(USE_AVX2)
#include "vector/AVX2.h"
#endif
#include "generic/THVectorDefault.cpp"
#include "THGenerateAllTypes.h"
#include "generic/THVectorDispatch.cpp"
#include "THGenerateAllTypes.h"