summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-06-19 02:31:46 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-06-20 15:53:58 +0200
commite93028790087e632569e94f193b333073a67cf14 (patch)
treedb8e0596f9fe52f88a46b09aac78d9ba6ce7c0dc /configure
parent6fdd19cbb26c94ff6ae0033114fa77c9a33f790b (diff)
configure: remove superfluous check for AVX/FMA3 support in Yasm
The minimum Yasm/NASM version required to compile ffmpeg supports both instruction sets Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index cabdbc2967..3d28bb3a70 100755
--- a/configure
+++ b/configure
@@ -4483,10 +4483,8 @@ EOF
check_yasm "movbe ecx, [5]" && enable yasm ||
die "yasm/nasm not found or too old. Use --disable-yasm for a crippled build."
- check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external avresample
check_yasm "vextracti128 xmm0, ymm0, 0" || disable avx2_external
check_yasm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
- check_yasm "vfmadd132ps ymm0, ymm1, ymm2" || disable fma3_external
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
check_yasm "CPU amdnop" || disable cpunop
fi