[cvs] / xvidcore / src / motion / x86_asm / sad_sse2.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/x86_asm/sad_sse2.asm

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

revision 1.10, Sat Jul 24 11:46:08 2004 UTC revision 1.12, Sun Aug 29 10:02:38 2004 UTC
# Line 28  Line 28 
28    
29  %macro cglobal 1  %macro cglobal 1
30          %ifdef PREFIX          %ifdef PREFIX
31                    %ifdef MARK_FUNCS
32                            global _%1:function %1.endfunc-%1
33                            %define %1 _%1:function %1.endfunc-%1
34                    %else
35                  global _%1                  global _%1
36                  %define %1 _%1                  %define %1 _%1
37                    %endif
38            %else
39                    %ifdef MARK_FUNCS
40                            global %1:function %1.endfunc-%1
41          %else          %else
42                  global %1                  global %1
43          %endif          %endif
44            %endif
45  %endmacro  %endmacro
46    
47  ;=============================================================================  ;=============================================================================
# Line 99  Line 108 
108    paddusw xmm6, xmm5    paddusw xmm6, xmm5
109    pextrw  eax, xmm6, 0    pextrw  eax, xmm6, 0
110    ret    ret
111    .endfunc
112    
113    
114  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 158  Line 168 
168    paddusw  xmm7, xmm6    paddusw  xmm7, xmm6
169    pextrw eax, xmm7, 0    pextrw eax, xmm7, 0
170    ret    ret
171    .endfunc
172    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

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