x86/lpc: remove HAVE_AVX2_EXTERNAL checks

This commit is contained in:
Lynne 2024-10-06 01:12:30 +02:00
parent 892f64ad9b
commit 969c271a5a
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -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