diff cpudetect.c @ 20577:6289755ce7c7

ARCH_X86 simplifications
author reimar
date Wed, 01 Nov 2006 18:41:25 +0000
parents 33c40d61bf33
children 3ff1eade91f9
line wrap: on
line diff
--- a/cpudetect.c	Wed Nov 01 18:36:20 2006 +0000
+++ b/cpudetect.c	Wed Nov 01 18:41:25 2006 +0000
@@ -9,7 +9,7 @@
 #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 @@
    gCpuCaps.hasSSE=0;
 #endif /* __linux__ */
 }
-#else /* ARCH_X86 || ARCH_X86_64 */
+#else /* ARCH_X86 */
 
 #ifdef SYS_DARWIN
 #include <sys/sysctl.h>