From a6493a8fbd979eb96898d910b8a64df7c5eee6a5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Dec 2008 09:12:42 +0000 Subject: Rename libavcodec/i386/ --> libavcodec/x86/. It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/optimization.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/optimization.txt') diff --git a/doc/optimization.txt b/doc/optimization.txt index 50630e72ba..ddfaecde6e 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -4,11 +4,11 @@ optimization Tips (for libavcodec): What to optimize: ----------------- If you plan to do non-x86 architecture specific optimizations (SIMD normally), -then take a look in the i386/ directory, as most important functions are +then take a look in the x86/ directory, as most important functions are already optimized for MMX. If you want to do x86 optimizations then you can either try to finetune the -stuff in the i386 directory or find some other functions in the C source to +stuff in the x86 directory or find some other functions in the C source to optimize, but there aren't many left. @@ -20,7 +20,7 @@ architecture-specific versions. It is recommended to look at older revisions of the interesting files (for a web frontend try ViewVC at http://svn.mplayerhq.hu/ffmpeg/trunk/). Alternatively, look into the other architecture-specific versions in -the i386/, ppc/, alpha/ subdirectories. Even if you don't exactly +the x86/, ppc/, alpha/ subdirectories. Even if you don't exactly comprehend the instructions, it could help understanding the functions and how they can be optimized. -- cgit v1.2.3