[FFmpeg-devel] [PATCH] Add barcelona to the list of cmov/fast_cmov compatible CPUs.
Diego Elio 'Flameeyes' Pettenò
flameeyes
Wed Jun 23 00:47:59 CEST 2010
For GCC, barcelona is just an alias for amdfam10, so simply add it in
there.
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 81158f1..6d69239 100755
--- a/configure
+++ b/configure
@@ -2007,7 +2007,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
--
1.7.1
More information about the ffmpeg-devel
mailing list