mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
14 lines
443 B
Diff
14 lines
443 B
Diff
diff --git a/third_party/zlib/cpu_features.c b/third_party/zlib/cpu_features.c
|
|
index 64e0428..1332971 100644
|
|
--- a/third_party/zlib/cpu_features.c
|
|
+++ b/third_party/zlib/cpu_features.c
|
|
@@ -11,7 +11,7 @@
|
|
#include <stdint.h>
|
|
#if defined(_MSC_VER)
|
|
#include <intrin.h>
|
|
-#elif defined(ADLER32_SIMD_SSSE3)
|
|
+#elif defined(ADLER32_SIMD_SSSE3) || (defined(MINGW_ENABLED) && (defined(__i386__) || defined(__x86_64__)))
|
|
#include <cpuid.h>
|
|
#endif
|
|
|
|
|