[svn] / trunk / xvidcore / src / image / x86_asm / postprocessing_sse2.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/x86_asm/postprocessing_sse2.asm

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

revision 1539, Sun Aug 29 05:32:29 2004 UTC revision 1540, Sun Aug 29 10:02:38 2004 UTC
# Line 27  Line 27 
27  %macro cglobal 1  %macro cglobal 1
28          %ifdef PREFIX          %ifdef PREFIX
29                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
30                          global _%1:function                          global _%1:function %1.endfunc-%1
31                          %define %1 _%1:function                          %define %1 _%1:function %1.endfunc-%1
32                  %else                  %else
33                          global _%1                          global _%1
34                          %define %1 _%1                          %define %1 _%1
35                  %endif                  %endif
36          %else          %else
37                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
38                          global %1:function                          global %1:function %1.endfunc-%1
39                  %else                  %else
40                          global %1                          global %1
41                  %endif                  %endif
# Line 138  Line 138 
138    pop esi    pop esi
139    
140    ret    ret
141    .endfunc
142  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////

Legend:
Removed from v.1539  
changed lines
  Added in v.1540

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