projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e3d29
)
testing cvslog
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 10 Apr 2005 02:16:45 +0000
(
02:16
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 10 Apr 2005 02:16:45 +0000
(
02:16
+0000)
Originally committed as revision 4118 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/optimization.txt
patch
|
blob
|
history
diff --git
a/doc/optimization.txt
b/doc/optimization.txt
index
3aa41cd
..
402f7e2
100644
(file)
--- 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
yo
u 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