Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-02-21 18:42:33 +00:00
parent 1d64df1029
commit 8144dff032
1 changed files with 2 additions and 2 deletions

View File

@ -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.