Fix issue #8.
This commit is contained in:
parent
8b3761ee81
commit
41b036adac
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@
|
||||||
# define SSE_MODE 1
|
# define SSE_MODE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__USE_SSE_INTRIN__) && !defined(__SSE4_1__)
|
||||||
|
# include <emmintrin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_OPENMP)
|
#if defined(_OPENMP)
|
||||||
#include <omp.h>
|
#include <omp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue