mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Extend runtime CPU detection to x86-64.
inspired by a patch from Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21752 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
86f13c8a80
commit
0ff3dfbf90
5
configure
vendored
5
configure
vendored
@ -1462,8 +1462,9 @@ EOF
|
|||||||
esac # case "$host_arch" in
|
esac # case "$host_arch" in
|
||||||
|
|
||||||
if test "$_runtime_cpudetection" = yes ; then
|
if test "$_runtime_cpudetection" = yes ; then
|
||||||
if x86; then
|
if x86 || x86_64 ; then
|
||||||
_cmov=no
|
_cmov=yes
|
||||||
|
x86 && _cmov=no
|
||||||
_mmx=yes
|
_mmx=yes
|
||||||
_3dnow=yes
|
_3dnow=yes
|
||||||
_3dnowext=yes
|
_3dnowext=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user