0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

The undocumented x86-64 is a better fallback for core2 than nocona.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30309 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2010-01-15 09:33:38 +00:00
parent 02531411b3
commit 0fd68f17ca

3
configure vendored
View File

@ -2064,6 +2064,9 @@ EOF
fi
# --- Intel processors ---
if test "$proc" = "core2"; then
cc_check -march=$proc $cpuopt=$proc || proc=x86-64
fi
if test "$proc" = "x86-64"; then
cc_check -march=$proc $cpuopt=$proc || proc=nocona
fi
if test "$proc" = "nocona"; then