[FFmpeg-cvslog] r23730 - trunk/configure
flameeyes
subversion
Wed Jun 23 01:26:03 CEST 2010
Author: flameeyes
Date: Wed Jun 23 01:26:03 2010
New Revision: 23730
Log:
Add barcelona to the list of cmov/fast_cmov compatible CPUs.
For GCC, barcelona is just an alias for amdfam10, so simply add it in
there.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jun 23 01:18:13 2010 (r23729)
+++ trunk/configure Wed Jun 23 01:26:03 2010 (r23730)
@@ -2005,7 +2005,7 @@ elif enabled x86; then
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)
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
cpuflags="-march=$cpu"
enable cmov
enable fast_cmov
More information about the ffmpeg-cvslog
mailing list