ffmpeg | branch: master | Lynne <d...@lynne.ee> | Thu Oct 3 15:27:24 2024 +0200| [24c5a58e55f2d7776eba266b2d2c17604f8b5750] | committer: Lynne
Revert "x86/tx_float: add missing check for AVX2" This reverts commit f4097e4c1f1bb244cae78c363a69d5e84495b616. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24c5a58e55f2d7776eba266b2d2c17604f8b5750 --- libavutil/x86/tx_float.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm index 570dcb4c9c..cec7465d6e 100644 --- a/libavutil/x86/tx_float.asm +++ b/libavutil/x86/tx_float.asm @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".