This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2a93d099689be86a2b5f942244e3683e995cfd73 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sat Feb 28 15:39:39 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Mar 6 20:02:41 2026 +0100 avcodec/x86/vvc/of: Ignore upper lane for width 8 Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/vvc/of.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/vvc/of.asm b/libavcodec/x86/vvc/of.asm index 64c972786c..14a9ae6898 100644 --- a/libavcodec/x86/vvc/of.asm +++ b/libavcodec/x86/vvc/of.asm @@ -76,7 +76,6 @@ INIT_YMM avx2 jne %%save_16bpc packuswb m%2, m%2 - vpermq m%2, m%2, q0020 cmp wd, 16 je %%w16_8 @@ -91,6 +90,7 @@ INIT_YMM avx2 jmp %%end %%w16_8: + vpermq m%2, m%2, q0020 %%w8_16: movu %1, xm%2 %%end: _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
