[FFmpeg-cvslog] x86/lpc: remove HAVE_AVX2_EXTERNAL checks

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


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sun Oct  6 01:12:30 2024 +0200| [969c271a5a7bd7681a1f775097cf9039f75768f6] | committer: Lynne

x86/lpc: remove HAVE_AVX2_EXTERNAL checks

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=969c271a5a7bd7681a1f775097cf9039f75768f6
---

 libavcodec/x86/lpc.asm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/x86/lpc.asm b/libavcodec/x86/lpc.asm
index a585c17ef5..a4f1ee91ec 100644
--- a/libavcodec/x86/lpc.asm
+++ b/libavcodec/x86/lpc.asm
@@ -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



More information about the ffmpeg-cvslog mailing list