--- trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm 2004/08/22 11:46:10 1535 +++ trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm 2004/08/29 10:02:38 1540 @@ -20,7 +20,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_xmm.asm,v 1.4 2004-08-22 11:46:10 edgomez Exp $ +; * $Id: quantize_mpeg_xmm.asm,v 1.5 2004-08-29 10:02:38 edgomez Exp $ ; * ; ***************************************************************************/ @@ -34,15 +34,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 @@ -378,6 +378,7 @@ add esi,byte 2 jng near .lloop jmp near .done +.endfunc ;----------------------------------------------------------------------------- ; @@ -577,6 +578,7 @@ movq [edx + 8*esi +120-16], mm7 jng near .lloop jmp near .done +.endfunc ;----------------------------------------------------------------------------- @@ -696,6 +698,7 @@ xor eax, eax ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -810,3 +813,5 @@ xor eax, eax ret +.endfunc +