Commit 8144dff0 authored by Michael Niedermayer's avatar Michael Niedermayer

typos

Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1d64df10
......@@ -158,13 +158,13 @@ asm(
"1: ....
...
"jump_instruciton ....
dont use C loops:
Do not use C loops:
do{
asm(
...
}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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment