Revert "x86: Require an assembler able to cope with AVX instructions"

This reverts commit e287201c77dc7a7a9759d56d8f48ae719b7e69a9.
This commit is contained in:
Carl Eugen Hoyos 2013-01-17 01:51:28 +01:00
parent ea3b68c99d
commit 4fc22e85c0

3
configure vendored
View File

@ -2962,8 +2962,9 @@ EOF
elf*) enabled debug && append YASMFLAGS $yasm_debug ;;
esac
check_yasm "vextractf128 xmm0, ymm0, 0" && enable yasm ||
check_yasm "pextrd [eax], xmm0, 1" && enable yasm ||
die "yasm not found, use --disable-yasm for a crippled build"
check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx
fi
case "$cpu" in