mirror of https://github.com/davisking/dlib.git
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
This commit is contained in:
parent
f8bf6caef3
commit
8edfa542b8
|
@ -91,7 +91,6 @@
|
|||
#ifdef DLIB_HAVE_SSE2
|
||||
#include <xmmintrin.h>
|
||||
#include <emmintrin.h>
|
||||
#include <mmintrin.h>
|
||||
#endif
|
||||
#ifdef DLIB_HAVE_SSE3
|
||||
#include <pmmintrin.h> // SSE3
|
||||
|
|
Loading…
Reference in New Issue