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

Git pushed a commit to branch master
in repository ffmpeg.

commit c27482a18d7e63a2680638929359a82790eb7631
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Mon Aug 31 16:25:01 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Tue Sep 1 13:45:56 2026 +0200

    avfilter/x86/f_ebur128: Avoid unnecessary movq
    
    For all supported x86 ABIs, floating point values are returned
    in xmm0, not in rax.
    
    Reviewed-by: Niklas Haas <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavfilter/x86/f_ebur128.asm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/x86/f_ebur128.asm b/libavfilter/x86/f_ebur128.asm
index 72ff47b46e..56e9418e1c 100644
--- a/libavfilter/x86/f_ebur128.asm
+++ b/libavfilter/x86/f_ebur128.asm
@@ -157,7 +157,6 @@ cglobal ebur128_find_peak_2ch, 4, 5, 3, ch_peaks, channels, 
samples, nb_samples
     movupd [ch_peaksq], m0
     shufpd m1, m0, m0, 1
     maxpd m0, m1
-    movq rax, m0
     RET
 
 %endif ; ARCH_X86_64

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to