[svn] / trunk / xvidcore / src / motion / x86_asm / sad_3dne.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1790, Tue Aug 19 09:06:48 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: sad_3dne.asm,v 1.8 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: sad_3dne.asm,v 1.9 2008-11-11 20:46:24 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 33  Line 33 
33                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
34                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
35                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
36                            %define ENDFUNC .endfunc
37                  %else                  %else
38                          global _%1                          global _%1
39                          %define %1 _%1                          %define %1 _%1
40                            %define ENDFUNC
41                  %endif                  %endif
42          %else          %else
43                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
44                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
45                            %define ENDFUNC .endfunc
46                  %else                  %else
47                          global %1                          global %1
48                            %define ENDFUNC
49                  %endif                  %endif
50          %endif          %endif
51  %endmacro  %endmacro
# Line 265  Line 269 
269    add eax, ecx    add eax, ecx
270    
271    ret    ret
272  .endfunc  ENDFUNC
273    
274    
275  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 320  Line 324 
324    movd eax, mm0    movd eax, mm0
325    
326   ret   ret
327  .endfunc  ENDFUNC
328    
329    
330  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 365  Line 369 
369    movd eax, mm6    movd eax, mm6
370    
371    ret    ret
372  .endfunc  ENDFUNC
373    
374  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
375  ;  ;
# Line 441  Line 445 
445    movd eax, mm6    movd eax, mm6
446    
447   ret   ret
448  .endfunc  ENDFUNC
449    
450    
451  ;===========================================================================  ;===========================================================================
# Line 500  Line 504 
504    movd eax, mm7    movd eax, mm7
505    
506    ret    ret
507  .endfunc  ENDFUNC
508    
509    
510  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf

Legend:
Removed from v.1790  
changed lines
  Added in v.1793

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4