summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2010-08-24 17:56:58 +0000
committerJanne Grunau <janne-ffmpeg@jannau.net>2010-08-24 17:56:58 +0000
commit66ac25e21fcf3c0241bf6344280ffd5fea351e85 (patch)
treecbf4dae560b4066e7e3a9bd320b31e5e312ec0f1 /configure
parentc0ec9918b066c6bfca8613ac75b589bd3e405971 (diff)
configure: enable fast_cmov for 'atom'
Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 765a198a85..c9d44b0d8f 100755
--- a/configure
+++ b/configure
@@ -2105,7 +2105,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|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