diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-10 02:09:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-10 02:09:39 +0000 |
commit | 88e3d29b6b5fcf2315e05497c901415d39e56cf8 (patch) | |
tree | 0ff56d9b28035471db06b4300e31e8aabe6b63df | |
parent | ad3aa8745633e162cd1b79fbbaba44bc34af9b58 (diff) | |
download | ffmpeg-88e3d29b6b5fcf2315e05497c901415d39e56cf8.tar.gz |
testing cvslog
Originally committed as revision 4117 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 6bba4c078a..3aa41cd9b1 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -1,7 +1,7 @@ optimization Tips (for libavcodec): What to optimize: -if u plan to do non-x86 architecture specific optimiztions (SIMD normally) then +if you plan to do non-x86 architecture specific optimiztions (SIMD normally) then take a look in the i386/ directory, as most important functions are allready optimized for MMX |