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
|
||||
#endif
|
||||
|
||||
#if defined(__USE_SSE_INTRIN__) && !defined(__SSE4_1__)
|
||||
# include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue