[cvs] / xvidcore / src / image / x86_asm / gmc_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/image/x86_asm/gmc_mmx.asm

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

revision 1.3, Tue Aug 19 09:06:48 2008 UTC revision 1.4, Tue Nov 11 20:46:24 2008 UTC
# Line 39  Line 39 
39                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
40                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
41                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
42                            %define ENDFUNC .endfunc
43                  %else                  %else
44                          global _%1                          global _%1
45                          %define %1 _%1                          %define %1 _%1
46                            %define ENDFUNC
47                  %endif                  %endif
48          %else          %else
49                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
50                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
51                            %define ENDFUNC .endfunc
52                  %else                  %else
53                          global %1                          global %1
54                            %define ENDFUNC
55                  %endif                  %endif
56          %endif          %endif
57  %endmacro  %endmacro
# Line 139  Line 143 
143    movq [eax], mm5    movq [eax], mm5
144    
145    ret    ret
146  .endfunc  ENDFUNC
147    
148  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
149  ;// SSE2 version  ;// SSE2 version
# Line 204  Line 208 
208    movq [eax], xmm5    movq [eax], xmm5
209    
210    ret    ret
211  .endfunc  ENDFUNC
212    
213  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
214    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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