configure: Fix FAST_CMOV detection on AMD64
commite51225dc3135e69d3f0fe6a5502c0c0e77952056
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 2 Nov 2008 09:19:43 +0000 (2 11:19 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 2 Nov 2008 09:19:43 +0000 (2 11:19 +0200)
tree4613483bac4110ab3b3b15c427316133784fbad8
parent2ad77c5b00ce5d03c5db7633ef12dbe71a297e05
configure: Fix FAST_CMOV detection on AMD64

The code that enabled FAST_CMOV by default was only executed in the
32-bit case. As a result FAST_CMOV was never automatically enabled on
AMD64. Fix this by moving the code out of the arch-specific section so
it's executed on both x86 and AMD64; it's harmless on architectures
that do not support CMOV.
configure