Skip to content

Commit 8edfa54

Browse files
authored
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
1 parent f8bf6ca commit 8edfa54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlib/simd/simd_check.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
#ifdef DLIB_HAVE_SSE2
9292
#include <xmmintrin.h>
9393
#include <emmintrin.h>
94-
#include <mmintrin.h>
9594
#endif
9695
#ifdef DLIB_HAVE_SSE3
9796
#include <pmmintrin.h> // SSE3

0 commit comments

Comments
 (0)