diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-10 02:16:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-10 02:16:45 +0000 |
commit | 6fbcfec0c86b6d1d5cd772aef81f27db84ce36d2 (patch) | |
tree | 1b9d7053bd70dfb4fc7e59efbcfee5cbe1a06a5c | |
parent | 88e3d29b6b5fcf2315e05497c901415d39e56cf8 (diff) | |
download | ffmpeg-6fbcfec0c86b6d1d5cd772aef81f27db84ce36d2.tar.gz |
testing cvslog
Originally committed as revision 4118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/optimization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index 3aa41cd9b1..402f7e2542 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -5,7 +5,7 @@ if you plan to do non-x86 architecture specific optimiztions (SIMD normally) the take a look in the i386/ directory, as most important functions are allready optimized for MMX -if u want to do x86 optimizations then u can either try to finetune the stuff in the +if you want to do x86 optimizations then u can either try to finetune the stuff in the i386 directory or find some other functions in the c source to optimize, but there arent many left |