[FFmpeg-devel] [PATCH] enable [fast_]cmov on atom

Janne Grunau janne-ffmpeg
Mon Aug 23 23:45:09 CEST 2010



-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 24893)
+++ configure	(working copy)
@@ -2105,7 +2105,7 @@
             disable cmov
         ;;
         # targets that do support conditional mov (cmov)
-        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
             cpuflags="-march=$cpu"
             enable cmov
             enable fast_cmov



More information about the ffmpeg-devel mailing list