summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDominik Mierzejewski <dominik@rangers.eu.org>2008-11-01 17:57:43 +0000
committerDominik Mierzejewski <dominik@rangers.eu.org>2008-11-01 17:57:43 +0000
commit34b37f86ec569e5ae1da143919ca04d089c66ae8 (patch)
tree37266e2b255e60e962577d2fe589d5a0e29cb1a1 /configure
parent0d72e7d0aebb03db1010d3e3180b287f3d9fc581 (diff)
Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 42e924f34b..8f43a44a4c 100755
--- a/configure
+++ b/configure
@@ -1245,6 +1245,8 @@ case "$arch" in
;;
x86_64|amd64)
arch="x86_32"
+ enable cmov
+ enable fast_cmov
enable fast_unaligned
check_cc <<EOF && enable fast_64bit && arch="x86_64"
int test[sizeof(char*) - 7];