Remove MMX header (#2939)

MMX is not actually used by dlib and including the header breaks SIMD support detection and usage on platforms that support SSE but not MMX, such as emcc
pull/2942/head
Chainfire 6 months ago committed by GitHub
parent f8bf6caef3
commit 8edfa542b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,7 +91,6 @@
#ifdef DLIB_HAVE_SSE2 #ifdef DLIB_HAVE_SSE2
#include <xmmintrin.h> #include <xmmintrin.h>
#include <emmintrin.h> #include <emmintrin.h>
#include <mmintrin.h>
#endif #endif
#ifdef DLIB_HAVE_SSE3 #ifdef DLIB_HAVE_SSE3
#include <pmmintrin.h> // SSE3 #include <pmmintrin.h> // SSE3

Loading…
Cancel
Save