summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 5be0b98b86..95fc0d5e3f 100755
--- a/configure
+++ b/configure
@@ -1462,8 +1462,9 @@ EOF
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