|
|
@@ -1053,7 +1053,6 @@ HAVE_LIST=" |
|
|
asm_mod_y |
|
|
asm_mod_y |
|
|
attribute_may_alias |
|
|
attribute_may_alias |
|
|
attribute_packed |
|
|
attribute_packed |
|
|
bswap |
|
|
|
|
|
closesocket |
|
|
closesocket |
|
|
cmov |
|
|
cmov |
|
|
dcbzl |
|
|
dcbzl |
|
|
@@ -2741,8 +2740,6 @@ EOF |
|
|
enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"' |
|
|
enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"' |
|
|
enabled mmx2 && check_asm mmx2 '"pmaxub %mm0, %mm1"' |
|
|
enabled mmx2 && check_asm mmx2 '"pmaxub %mm0, %mm1"' |
|
|
|
|
|
|
|
|
check_asm bswap '"bswap %%eax" ::: "%eax"' |
|
|
|
|
|
|
|
|
|
|
|
if ! disabled_any asm mmx yasm; then |
|
|
if ! disabled_any asm mmx yasm; then |
|
|
if check_cmd $yasmexe --version; then |
|
|
if check_cmd $yasmexe --version; then |
|
|
enabled x86_64 && yasm_extra="-m amd64" |
|
|
enabled x86_64 && yasm_extra="-m amd64" |
|
|
|