# HG changeset patch # User diego # Date 1166918158 0 # Node ID e0b3b53c6457288889f2898269912a0a03f5b0d5 # Parent 532cfefcf3e070f4b5d265a4c4ea90fbde824911 Extend runtime CPU detection to x86-64. inspired by a patch from Zuxy Meng, zuxy.meng gmail com diff -r 532cfefcf3e0 -r e0b3b53c6457 configure --- a/configure Sat Dec 23 23:28:04 2006 +0000 +++ b/configure Sat Dec 23 23:55:58 2006 +0000 @@ -1462,8 +1462,9 @@ esac # case "$host_arch" in if test "$_runtime_cpudetection" = yes ; then - if x86; then - _cmov=no + if x86 || x86_64 ; then + _cmov=yes + x86 && _cmov=no _mmx=yes _3dnow=yes _3dnowext=yes