From 956f0444aeef85ff3b4b975fefe5c0ab9758e1f4 Mon Sep 17 00:00:00 2001 From: zuxy Date: Fri, 15 Jan 2010 09:10:23 +0000 Subject: Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30307 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ce0d61e974..d674487340 100755 --- a/configure +++ b/configure @@ -2024,7 +2024,6 @@ EOF else cpuopt=-mcpu fi - test $_fast_cmov = "auto" && _fast_cmov=yes if test "$_runtime_cpudetection" = no ; then case "$pvendor" in AuthenticAMD) @@ -2036,6 +2035,7 @@ EOF # 64-bit prescotts exist, but as far as GCC is concerned they # have the same capabilities as a nocona. proc=nocona + test $_fast_cmov = "auto" && _fast_cmov=no ;; esac ;; @@ -2089,6 +2089,7 @@ EOF fi _optimizing="" + test $_fast_cmov = "auto" && _fast_cmov=yes echores "$proc" ;; -- cgit v1.2.3