gatk-3.8/public/c++/VectorPairHMM/avx_function_instantiations.cc

20 lines
458 B
C++
Raw Normal View History

#include "template.h"
2014-01-27 03:36:06 +08:00
#undef SIMD_ENGINE
#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 "shift_template.c"
#include "pairhmm-template-kernel.cc"
#include "define-double.h"
#include "shift_template.c"
#include "pairhmm-template-kernel.cc"
template double compute_full_prob_avxd<double>(testcase* tc, double* nextlog);
template float compute_full_prob_avxs<float>(testcase* tc, float* nextlog);