[MPlayer-cvslog] r30307 - trunk/configure

zuxy subversion at mplayerhq.hu
Fri Jan 15 10:10:23 CET 2010


Author: zuxy
Date: Fri Jan 15 10:10:23 2010
New Revision: 30307

Log:
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jan 15 09:51:51 2010	(r30306)
+++ trunk/configure	Fri Jan 15 10:10:23 2010	(r30307)
@@ -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"
     ;;


More information about the MPlayer-cvslog mailing list