--- trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm 2004/08/29 05:32:29 1539 +++ trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm 2004/08/29 10:02:38 1540 @@ -19,7 +19,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: sad_3dne.asm,v 1.5 2004-08-22 11:46:10 edgomez Exp $ +; * $Id: sad_3dne.asm,v 1.6 2004-08-29 10:02:38 edgomez Exp $ ; * ; ***************************************************************************/ @@ -31,15 +31,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 @@ -265,6 +265,7 @@ add eax, ecx ret +.endfunc ;----------------------------------------------------------------------------- @@ -319,6 +320,7 @@ movd eax, mm0 ret +.endfunc ;----------------------------------------------------------------------------- @@ -363,6 +365,7 @@ movd eax, mm6 ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -438,6 +441,7 @@ movd eax, mm6 ret +.endfunc ;=========================================================================== @@ -496,3 +500,5 @@ movd eax, mm7 ret +.endfunc +