This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2e843c0e9a568925089776375ace3da24006d2cf Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sat Nov 15 09:51:31 2025 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Feb 13 09:21:33 2026 +0100 doc/optimization: Fix incorrect statement Signed-off-by: Andreas Rheinhardt <[email protected]> --- doc/optimization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/optimization.txt b/doc/optimization.txt index 40480e4fa9..06ad3ab880 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -5,7 +5,7 @@ What to optimize: ----------------- If you plan to do non-x86 architecture specific optimizations (SIMD normally), then take a look in the x86/ directory, as most important functions are -already optimized for MMX. +already optimized for x86. If you want to do x86 optimizations then you can either try to fine-tune the stuff in the x86 directory or find some other functions in the C source to _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
