Skip to content

Commit

Permalink
Remove MMX header (davisking#2939)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Chainfire authored Mar 31, 2024
1 parent f8bf6ca commit 8edfa54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlib/simd/simd_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8edfa54

Please sign in to comment.