Commit 8f68ef46 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '84146963'

* commit '84146963':
  configure: x86: Fix handling of i686 and cpunop features
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5f9b1aae 84146963
...@@ -1337,6 +1337,7 @@ ARCH_EXT_LIST_X86=' ...@@ -1337,6 +1337,7 @@ ARCH_EXT_LIST_X86='
amd3dnowext amd3dnowext
avx avx
fma4 fma4
i686
mmx mmx
mmxext mmxext
sse sse
...@@ -1461,7 +1462,6 @@ HAVE_LIST=" ...@@ -1461,7 +1462,6 @@ HAVE_LIST="
glob glob
gnu_as gnu_as
gsm_h gsm_h
i686
ibm_asm ibm_asm
inet_aton inet_aton
io_h io_h
...@@ -1679,7 +1679,9 @@ ppc4xx_deps="ppc" ...@@ -1679,7 +1679,9 @@ ppc4xx_deps="ppc"
vis_deps="sparc" vis_deps="sparc"
x86_64_suggest="fast_cmov i686" cpunop_deps="i686"
x86_64_select="i686"
x86_64_suggest="fast_cmov"
amd3dnow_deps="mmx" amd3dnow_deps="mmx"
amd3dnowext_deps="amd3dnow" amd3dnowext_deps="amd3dnow"
...@@ -3977,7 +3979,7 @@ EOF ...@@ -3977,7 +3979,7 @@ EOF
die "yasm not found, use --disable-yasm for a crippled build" die "yasm not found, use --disable-yasm for a crippled build"
check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external avresample check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external avresample
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
check_yasm "CPU amdnop" && enabled i686 && enable cpunop check_yasm "CPU amdnop" && enable cpunop
fi fi
case "$cpu" in case "$cpu" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment