Revert "x86/tx_float: add missing check for AVX2"

This reverts commit f4097e4c1f.
This commit is contained in:
Lynne 2024-10-03 15:27:24 +02:00
parent bf643f989b
commit 24c5a58e55
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions

View File

@ -1769,7 +1769,7 @@ cglobal mdct_inv_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, exp, t1,
RET
%endmacro
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
%if ARCH_X86_64
IMDCT_FN avx2
%endif