Mercurial > mplayer.hg
changeset 28148:a36ba293236b
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.
author | reimar |
---|---|
date | Tue, 23 Dec 2008 11:42:24 +0000 |
parents | ba2cf9827d09 |
children | 04adf13a4341 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Dec 23 11:42:11 2008 +0000 +++ b/configure Tue Dec 23 11:42:24 2008 +0000 @@ -1937,6 +1937,7 @@ 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 @@ # 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 ;;