Commit 6938af9d authored by Davis King's avatar Davis King

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

parent 32d62110
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
#include <immintrin.h> // AVX #include <immintrin.h> // AVX
#endif #endif
#ifdef DLIB_HAVE_AVX2 #ifdef DLIB_HAVE_AVX2
#include <avx2intrin.h> // #include <avx2intrin.h>
#endif #endif
#endif // DLIB_SIMd_CHECK_Hh_ #endif // DLIB_SIMd_CHECK_Hh_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment