[MPlayer-cvslog] r28183 - trunk/configure

reimar subversion at mplayerhq.hu
Tue Dec 23 15:00:38 CET 2008


Author: reimar
Date: Tue Dec 23 12:42:24 2008
New Revision: 28183

Log:
Set fast_cmov for all x86_64 systems, except for P4-based systems this
should be better, in particular cmov is recommended for future systems.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Dec 23 12:42:11 2008	(r28182)
+++ trunk/configure	Tue Dec 23 12:42:24 2008	(r28183)
@@ -1937,6 +1937,7 @@ EOF
     else
 	cpuopt=-mcpu
     fi
+    test $_fast_cmov = "auto" && _fast_cmov=yes
     if test "$_runtime_cpudetection" = no ; then
       case "$pvendor" in
       AuthenticAMD)
@@ -1948,7 +1949,6 @@ 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
         ;;



More information about the MPlayer-cvslog mailing list