rtasm,translate: Disable on Mingw-w64.
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_x86sse.c
index 5231bb08374a463c79d6587892c11c0ee6c7bebc..cb880825d796aaa19d8243292357fc5fcac3d3c8 100644 (file)
@@ -24,7 +24,7 @@
 #include "pipe/p_config.h"
 #include "util/u_cpu_detect.h"
 
-#if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
+#if defined(PIPE_ARCH_X86) || (defined(PIPE_ARCH_X86_64) && !defined(__MINGW32__))
 
 #include "pipe/p_compiler.h"
 #include "util/u_debug.h"