Made this bit of the code a little clearer.

This commit is contained in:
Davis King 2016-06-11 07:39:56 -04:00
parent 6938af9d4b
commit 9da21b0b0c

View File

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