mirror of https://github.com/davisking/dlib.git
Removed this include statement since it causes errors on some systems.
This commit is contained in:
parent
32d6211052
commit
6938af9d4b
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue