Commit b11f00d6 authored by michael's avatar michael

typos


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12170 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f3f5287
...@@ -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.
......
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