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

Git pushed a commit to branch master
in repository ffmpeg.

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

    avutil/x86/x86util: Remove unused PSWAPD
    
    Unused since ec735579814b6b73e17da601ff011a918c49e40f.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavutil/x86/x86util.asm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm
index 5b63413dd8..95dbfdb88a 100644
--- a/libavutil/x86/x86util.asm
+++ b/libavutil/x86/x86util.asm
@@ -509,18 +509,6 @@
     %endif
 %endmacro
 
-%macro PSWAPD 2
-%if cpuflag(mmxext)
-    pshufw    %1, %2, q1032
-%elif cpuflag(3dnowext)
-    pswapd    %1, %2
-%elif cpuflag(3dnow)
-    movq      %1, %2
-    psrlq     %1, 32
-    punpckldq %1, %2
-%endif
-%endmacro
-
 %macro DEINTB 5 ; mask, reg1, mask, reg2, optional src to fill masks from
 %ifnum %5
     pand   m%3, m%5, m%4 ; src .. y6 .. y4

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

Reply via email to