diff libvo/aclib.c @ 20577:6289755ce7c7

ARCH_X86 simplifications
author reimar
date Wed, 01 Nov 2006 18:41:25 +0000
parents e047e70a9767
children fa66a03e8920
line wrap: on
line diff
--- a/libvo/aclib.c	Wed Nov 01 18:36:20 2006 +0000
+++ b/libvo/aclib.c	Wed Nov 01 18:41:25 2006 +0000
@@ -17,7 +17,7 @@
 //Feel free to fine-tune the above 2, it might be possible to get some speedup with them :)
 
 //#define STATISTICS
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#ifdef ARCH_X86
 #define CAN_COMPILE_X86_ASM
 #endif