# HG changeset patch # User reimar # Date 1230032544 0 # Node ID a36ba293236b4433f55b7991c0c258277808b2af # Parent ba2cf9827d0943bad120aabfbf39f24ddbc62d81 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. diff -r ba2cf9827d09 -r a36ba293236b configure --- a/configure Tue Dec 23 11:42:11 2008 +0000 +++ b/configure Tue Dec 23 11:42:24 2008 +0000 @@ -1937,6 +1937,7 @@ 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 @@ # 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 ;;