[FFmpeg-cvslog] Revert "x86/tx_float: add missing check for AVX2"

Lynne git at videolan.org
Sun Oct 6 02:34:53 EEST 2024


ffmpeg | branch: master | Lynne <dev at 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
 



More information about the ffmpeg-cvslog mailing list