From 8edfa542b8843b4263dbb915d8b8d0db3ff477b4 Mon Sep 17 00:00:00 2001 From: Chainfire Date: Sun, 31 Mar 2024 22:04:44 +0200 Subject: [PATCH] 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 --- dlib/simd/simd_check.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlib/simd/simd_check.h b/dlib/simd/simd_check.h index 9f2df441a..9d36e0e7b 100644 --- a/dlib/simd/simd_check.h +++ b/dlib/simd/simd_check.h @@ -91,7 +91,6 @@ #ifdef DLIB_HAVE_SSE2 #include #include - #include #endif #ifdef DLIB_HAVE_SSE3 #include // SSE3