mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 19:22:11 +00:00
Add the -march fallback for amdfam10 also to the x86_64 case.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31307 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ac02b9ee47
commit
9b04897e76
3
configure
vendored
3
configure
vendored
@ -2076,6 +2076,9 @@ EOF
|
|||||||
cc_check -march=native && proc=native
|
cc_check -march=native && proc=native
|
||||||
fi
|
fi
|
||||||
# --- AMD processors ---
|
# --- AMD processors ---
|
||||||
|
if test "$proc" = "amdfam10"; then
|
||||||
|
cc_check -march=$proc $cpuopt=$proc || proc=k8
|
||||||
|
fi
|
||||||
if test "$proc" = "k8"; then
|
if test "$proc" = "k8"; then
|
||||||
cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
|
cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user