gatk-3.8/public/c++/VectorPairHMM/vector_defs.h

31 lines
554 B
C
Raw Normal View History

2014-01-27 03:36:06 +08:00
#undef SIMD_ENGINE
#undef SIMD_ENGINE_AVX
#undef SIMD_ENGINE_SSE
2014-01-27 03:36:06 +08:00
#define SIMD_ENGINE avx
#define SIMD_ENGINE_AVX
#include "define-float.h"
#include "vector_function_prototypes.h"
#include "define-double.h"
#include "vector_function_prototypes.h"
2014-01-27 03:36:06 +08:00
#undef SIMD_ENGINE
#undef SIMD_ENGINE_AVX
2014-01-27 03:36:06 +08:00
#define SIMD_ENGINE sse
#define SIMD_ENGINE_SSE
#include "define-sse-float.h"
#include "vector_function_prototypes.h"
#include "define-sse-double.h"
#include "vector_function_prototypes.h"
2014-01-27 03:36:06 +08:00
#undef SIMD_ENGINE
#undef SIMD_ENGINE_AVX
#undef SIMD_ENGINE_SSE