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

Git pushed a commit to branch master
in repository ffmpeg.

commit ada58bd0e22611d1f6a39af5d9237ef3d8e7d912
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Mar 19 10:39:50 2026 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Mon Mar 30 13:51:53 2026 +0200

    avcodec/x86/vvc/of: Use xmm registers where sufficient
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/vvc/of.asm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/vvc/of.asm b/libavcodec/x86/vvc/of.asm
index 67ea696f2e..813e0054d0 100644
--- a/libavcodec/x86/vvc/of.asm
+++ b/libavcodec/x86/vvc/of.asm
@@ -264,8 +264,8 @@ INIT_YMM avx2
     punpckldq              m%1, m6
     vextracti128           xm7, m%1, 1
 
-    punpcklqdq              m8, m%1, m7             ; 4 (sgx2, sgy2)
-    punpckhqdq              m9, m%1, m7             ; 4 (sgxdi, sgydi)
+    punpcklqdq             xm8, xm%1, xm7           ; 4 (sgx2, sgy2)
+    punpckhqdq             xm9, xm%1, xm7           ; 4 (sgxdi, sgydi)
 
     ; Promote to dword since vpsrlvw is AVX-512 only
     pmovzxwd                m8, xm8

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

Reply via email to