2014-01-27 03:36:06 +08:00
|
|
|
#undef SIMD_ENGINE
|
|
|
|
|
#undef SIMD_ENGINE_AVX
|
|
|
|
|
#undef SIMD_ENGINE_SSE
|
2014-01-21 00:03:42 +08:00
|
|
|
|
2014-01-27 03:36:06 +08:00
|
|
|
#define SIMD_ENGINE avx
|
|
|
|
|
#define SIMD_ENGINE_AVX
|
2014-01-21 00:03:42 +08:00
|
|
|
|
|
|
|
|
#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-21 00:03:42 +08:00
|
|
|
|
2014-01-27 03:36:06 +08:00
|
|
|
#define SIMD_ENGINE sse
|
|
|
|
|
#define SIMD_ENGINE_SSE
|
2014-01-21 00:03:42 +08:00
|
|
|
|
2014-01-22 01:30:15 +08:00
|
|
|
|
2014-01-21 00:03:42 +08:00
|
|
|
#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
|
2014-01-21 00:03:42 +08:00
|
|
|
|