This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit a6b2f0a911d3c4c6544901c41efa737f07c5d863
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Aug 13 15:20:40 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Fri Aug 14 21:21:52 2026 +0200

    avutil/x86/x86util: Remove PAVGB macro
    
    It is no longer used anywhere and it would make no sense
    to ever use it again.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavutil/x86/x86util.asm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm
index 6632155c99..5b63413dd8 100644
--- a/libavutil/x86/x86util.asm
+++ b/libavutil/x86/x86util.asm
@@ -501,22 +501,6 @@
 %endif
 %endmacro
 
-%macro PAVGB 2-4
-%if cpuflag(mmxext)
-    pavgb   %1, %2
-%elif cpuflag(3dnow)
-    pavgusb %1, %2
-%elif cpuflag(mmx)
-    movu   %3, %2
-    por    %3, %1
-    pxor   %1, %2
-    pand   %1, %4
-    psrlq  %1, 1
-    psubb  %3, %1
-    SWAP   %1, %3
-%endif
-%endmacro
-
 %macro PSHUFLW 1+
     %if mmsize == 8
         pshufw %1

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to