summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-12-12 01:33:17 +0000
committerMans Rullgard <mans@mansr.com>2011-12-12 12:14:15 +0000
commit5b0d35eaedbb08d0c11fa4f2b47a24d91aaa294d (patch)
tree09f37c0b8353bda28d57f6a78cdcda48193f5910 /configure
parentf64c2e710fa1a7b59753224e717f57c48462076f (diff)
x86: bswap: remove test for bswap instruction
Firstly, this test never worked as intended, always reporting success. Secondly, bswap is available from 486 onward and can thus be assumed present. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index a0dc6e08f8..567fa9d1f4 100755
--- a/configure
+++ b/configure
@@ -1053,7 +1053,6 @@ HAVE_LIST="
asm_mod_y
attribute_may_alias
attribute_packed
- bswap
closesocket
cmov
dcbzl
@@ -2741,8 +2740,6 @@ EOF
enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"'
enabled mmx2 && check_asm mmx2 '"pmaxub %mm0, %mm1"'
- check_asm bswap '"bswap %%eax" ::: "%eax"'
-
if ! disabled_any asm mmx yasm; then
if check_cmd $yasmexe --version; then
enabled x86_64 && yasm_extra="-m amd64"