This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 03dc244a693ce639cebf82f7bae112fb75580919 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Aug 11 04:30:42 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Tue Aug 11 04:35:09 2026 +0200 avcodec/x86/dct32: Don't use legacy SSE in AVX function Use VEX encoding instead. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/dct32.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/dct32.asm b/libavcodec/x86/dct32.asm index 763cf5056a..e19b4571f4 100644 --- a/libavcodec/x86/dct32.asm +++ b/libavcodec/x86/dct32.asm @@ -260,7 +260,7 @@ cglobal dct32_float, 2,3,8, out, in, tmp vzeroupper ; pass 6, no SIMD... -INIT_XMM +INIT_XMM avx PASS6_AND_PERMUTE RET %endif _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
