From 2e843c0e9a568925089776375ace3da24006d2cf Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 15 Nov 2025 09:51:31 +0100 Subject: [PATCH] doc/optimization: Fix incorrect statement Signed-off-by: Andreas Rheinhardt --- 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