[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 1493, Thu Jul 15 10:09:30 2004 UTC revision 1535, Sun Aug 22 11:46:10 2004 UTC
# Line 26  Line 26 
26    
27  %macro cglobal 1  %macro cglobal 1
28          %ifdef PREFIX          %ifdef PREFIX
29                    %ifdef MARK_FUNCS
30                            global _%1:function
31                            %define %1 _%1:function
32                    %else
33                  global _%1                  global _%1
34                  %define %1 _%1                  %define %1 _%1
35                    %endif
36            %else
37                    %ifdef MARK_FUNCS
38                            global %1:function
39          %else          %else
40                  global %1                  global %1
41          %endif          %endif
42            %endif
43  %endmacro  %endmacro
44    
45  %macro FILLBYTES 2  %macro FILLBYTES 2
# Line 60  Line 69 
69  ;===========================================================================  ;===========================================================================
70    
71  %ifdef FORMAT_COFF  %ifdef FORMAT_COFF
72  SECTION .rodata data  SECTION .rodata
73  %else  %else
74  SECTION .rodata data align=16  SECTION .rodata align=16
75  %endif  %endif
76    
77  xmm_0x80:  xmm_0x80:

Legend:
Removed from v.1493  
changed lines
  Added in v.1535

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