[xiph-commits] r11457 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Sun May 28 13:43:09 PDT 2006


Author: giles
Date: 2006-05-28 13:43:08 -0700 (Sun, 28 May 2006)
New Revision: 11457

Modified:
   trunk/theora/lib/cpu.c
Log:
The cpu flag sorting doesn't need to check arch-specific defines.


Modified: trunk/theora/lib/cpu.c
===================================================================
--- trunk/theora/lib/cpu.c	2006-05-28 20:27:27 UTC (rev 11456)
+++ trunk/theora/lib/cpu.c	2006-05-28 20:43:08 UTC (rev 11457)
@@ -67,7 +67,7 @@
 #endif
 }
 
-#if defined(USE_ASM) && (defined(__i386__) || defined(__x86_64__) || defined(WIN32))
+#if defined(USE_ASM)
 
 static ogg_uint32_t cpu_get_flags (void)
 {



More information about the commits mailing list