--- trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm 2004/08/29 05:32:29 1539 +++ trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm 2004/08/29 10:02:38 1540 @@ -21,7 +21,7 @@ ; * along with this program ; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: quantize_mpeg_mmx.asm,v 1.4 2004-08-22 11:46:10 edgomez Exp $ +; * $Id: quantize_mpeg_mmx.asm,v 1.5 2004-08-29 10:02:38 edgomez Exp $ ; * ; *************************************************************************/ @@ -32,15 +32,15 @@ %macro cglobal 1 %ifdef PREFIX %ifdef MARK_FUNCS - global _%1:function - %define %1 _%1:function + global _%1:function %1.endfunc-%1 + %define %1 _%1:function %1.endfunc-%1 %else global _%1 %define %1 _%1 %endif %else %ifdef MARK_FUNCS - global %1:function + global %1:function %1.endfunc-%1 %else global %1 %endif @@ -322,7 +322,7 @@ cmp ecx,16 jnz near .q2loop jmp near .done - +.endfunc ;----------------------------------------------------------------------------- ; @@ -454,7 +454,6 @@ jmp .done - ALIGN 16 .q2loop movq mm0, [esi + 8*ecx] ; mm0 = [1st] @@ -495,6 +494,7 @@ jnz near .q2loop jmp .done +.endfunc ;----------------------------------------------------------------------------- @@ -634,6 +634,7 @@ pop ebx ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -747,3 +748,5 @@ pop ebx ret +.endfunc +