aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-10-06 01:12:30 +0200
committerLynne <dev@lynne.ee>2024-10-06 01:32:49 +0200
commit969c271a5a7bd7681a1f775097cf9039f75768f6 (patch)
tree046d6d82fb832ae5629d622bb29c573ce40ecade
parent892f64ad9bce6333dd876038b97ca6324dbe247e (diff)
downloadffmpeg-969c271a5a7bd7681a1f775097cf9039f75768f6.tar.gz
x86/lpc: remove HAVE_AVX2_EXTERNAL checks
-rw-r--r--libavcodec/x86/lpc.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/lpc.asm b/libavcodec/x86/lpc.asm
index a585c17ef5..a4f1ee91ec 100644
--- a/libavcodec/x86/lpc.asm
+++ b/libavcodec/x86/lpc.asm
@@ -257,7 +257,5 @@ cglobal lpc_apply_welch_window, 3, 5, 8, data, len, out, off1, off2
INIT_XMM sse2
APPLY_WELCH_FN
-%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2
APPLY_WELCH_FN
-%endif