summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-23 11:42:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-23 11:42:24 +0000
commitfc9625633bd5e165517ff68e02e2f11196d8ad0f (patch)
tree81207101d6ae52c40e0d5224b6c43650fd5291c6 /configure
parent693c9737eee4948aaf536c14ccc01e3356b46f15 (diff)
downloadmpv-fc9625633bd5e165517ff68e02e2f11196d8ad0f.tar.bz2
mpv-fc9625633bd5e165517ff68e02e2f11196d8ad0f.tar.xz
Set fast_cmov for all x86_64 systems, except for P4-based systems this
should be better, in particular cmov is recommended for future systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28183 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5a44b3afe..c3d37a5bc9 100755
--- a/configure
+++ b/configure
@@ -1937,6 +1937,7 @@ EOF
else
cpuopt=-mcpu
fi
+ test $_fast_cmov = "auto" && _fast_cmov=yes
if test "$_runtime_cpudetection" = no ; then
case "$pvendor" in
AuthenticAMD)
@@ -1948,7 +1949,6 @@ EOF
# 64-bit prescotts exist, but as far as GCC is concerned they
# have the same capabilities as a nocona.
proc=nocona
- test $_fast_cmov = "auto" && _fast_cmov=no
;;
esac
;;