x86/lpc: remove HAVE_AVX2_EXTERNAL checks

pull/153/merge
Lynne 3 months ago
parent 892f64ad9b
commit 969c271a5a
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      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

Loading…
Cancel
Save