mirror of https://git.ffmpeg.org/ffmpeg.git
Revert "x86/tx_float: add missing check for AVX2"
This reverts commit f4097e4c1f
.
This commit is contained in:
parent
bf643f989b
commit
24c5a58e55
|
@ -1769,7 +1769,7 @@ cglobal mdct_inv_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, exp, t1,
|
||||||
RET
|
RET
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
|
%if ARCH_X86_64
|
||||||
IMDCT_FN avx2
|
IMDCT_FN avx2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue