Fix issue #8.

This commit is contained in:
Moinak Ghosh 2013-05-10 19:51:24 +05:30
parent 8b3761ee81
commit 41b036adac

View file

@ -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