summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 50b5c3a369..7d8eb9efe1 100755
--- a/configure
+++ b/configure
@@ -1139,7 +1139,6 @@ HAVE_LIST="
asm_mod_y
attribute_may_alias
attribute_packed
- bswap
cbrtf
closesocket
cmov
@@ -2884,8 +2883,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"