summaryrefslogtreecommitdiff
path: root/src/post/goom/cpu_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/cpu_info.h')
-rw-r--r--src/post/goom/cpu_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/goom/cpu_info.h b/src/post/goom/cpu_info.h
index 184cb5102..81e66b5f1 100644
--- a/src/post/goom/cpu_info.h
+++ b/src/post/goom/cpu_info.h
@@ -11,8 +11,10 @@
*/
#ifdef HAVE_MMX
+#ifndef CPU_X86
#define CPU_X86
#endif
+#endif
/* Returns the CPU flavour described with the constants below */
unsigned int cpu_flavour (void);