Removed this include statement since it causes errors on some systems.

This commit is contained in:
Davis King 2016-06-10 21:26:12 -04:00
parent 32d6211052
commit 6938af9d4b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
#include <immintrin.h> // AVX
#endif
#ifdef DLIB_HAVE_AVX2
#include <avx2intrin.h>
// #include <avx2intrin.h>
#endif
#endif // DLIB_SIMd_CHECK_Hh_