summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 7003c572c6..5592a1de28 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -9,7 +9,7 @@ CpuCaps gCpuCaps;
#endif
#include <stdlib.h>
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#ifdef ARCH_X86
#include <stdio.h>
#include <string.h>
@@ -493,7 +493,7 @@ static void check_os_katmai_support( void )
gCpuCaps.hasSSE=0;
#endif /* __linux__ */
}
-#else /* ARCH_X86 || ARCH_X86_64 */
+#else /* ARCH_X86 */
#ifdef SYS_DARWIN
#include <sys/sysctl.h>