Skip to content
Snippets Groups Projects
Commit 8144dff0 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

typos

Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1d64df10
No related branches found
No related tags found
No related merge requests found
...@@ -158,13 +158,13 @@ asm( ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment