Browse Source

typos

Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
8144dff032
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/optimization.txt

+ 2
- 2
doc/optimization.txt View File

@@ -158,13 +158,13 @@ asm(
"1: .... "1: ....
... ...
"jump_instruciton .... "jump_instruciton ....
dont use C loops:
Do not use C loops:
do{ do{
asm( asm(
... ...
}while() }while()


Use asm() instead of intrinsics. Later require a good optimizing compiler
Use asm() instead of intrinsics. Later requires a good optimizing compiler
which gcc is not. which gcc is not.






Loading…
Cancel
Save