Revert "x86: Require an assembler able to cope with AVX instructions"
This reverts commit e287201c77dc7a7a9759d56d8f48ae719b7e69a9.
This commit is contained in:
parent
ea3b68c99d
commit
4fc22e85c0
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user