1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 02:09:52 +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:
diego 2006-12-23 23:55:58 +00:00
parent 86f13c8a80
commit 0ff3dfbf90

5
configure vendored
View File

@ -1462,8 +1462,9 @@ EOF
esac # case "$host_arch" in
if test "$_runtime_cpudetection" = yes ; then
if x86; then
_cmov=no
if x86 || x86_64 ; then
_cmov=yes
x86 && _cmov=no
_mmx=yes
_3dnow=yes
_3dnowext=yes