1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| // SISMath.cpp: implementation of the CSISMath class.
| //
| //////////////////////////////////////////////////////////////////////
|
| #include "stdafx.h"
| #include "SISMath.h"
|
|
| #include <emmintrin.h>
| #include <tmmintrin.h>
| #include <omp.h>
|
| //////////////////////////////////////////////////////////////////////
| // Construction/Destruction
| //////////////////////////////////////////////////////////////////////
|
| #define SIS_SIMD
| #define SIS_DEBUG_OMP
|
| #define MOMP_MAX_THREAD_SIZE 4
|
| //#define SIS_ASM
|
|