mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
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
This commit is contained in:
parent
693c9737ee
commit
fc9625633b
2
configure
vendored
2
configure
vendored
@ -1937,6 +1937,7 @@ EOF
|
|||||||
else
|
else
|
||||||
cpuopt=-mcpu
|
cpuopt=-mcpu
|
||||||
fi
|
fi
|
||||||
|
test $_fast_cmov = "auto" && _fast_cmov=yes
|
||||||
if test "$_runtime_cpudetection" = no ; then
|
if test "$_runtime_cpudetection" = no ; then
|
||||||
case "$pvendor" in
|
case "$pvendor" in
|
||||||
AuthenticAMD)
|
AuthenticAMD)
|
||||||
@ -1948,7 +1949,6 @@ EOF
|
|||||||
# 64-bit prescotts exist, but as far as GCC is concerned they
|
# 64-bit prescotts exist, but as far as GCC is concerned they
|
||||||
# have the same capabilities as a nocona.
|
# have the same capabilities as a nocona.
|
||||||
proc=nocona
|
proc=nocona
|
||||||
test $_fast_cmov = "auto" && _fast_cmov=no
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user