[cvs] / xvidcore / src / dct / x86_asm / idct_3dne.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/dct/x86_asm/idct_3dne.asm

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

revision 1.2.2.2, Tue Oct 28 22:23:03 2003 UTC revision 1.8, Tue Nov 11 20:46:24 2008 UTC
# Line 62  Line 62 
62    
63  %macro cglobal 1  %macro cglobal 1
64          %ifdef PREFIX          %ifdef PREFIX
65                    %ifdef MARK_FUNCS
66                            global _%1:function %1.endfunc-%1
67                            %define %1 _%1:function %1.endfunc-%1
68                            %define ENDFUNC .endfunc
69                    %else
70                  global _%1                  global _%1
71                  %define %1 _%1                  %define %1 _%1
72                            %define ENDFUNC
73                    %endif
74            %else
75                    %ifdef MARK_FUNCS
76                            global %1:function %1.endfunc-%1
77                            %define ENDFUNC .endfunc
78          %else          %else
79                  global %1                  global %1
80                            %define ENDFUNC
81                    %endif
82          %endif          %endif
83  %endmacro  %endmacro
84    
# Line 85  Line 98 
98  ; Local Data (Read Only)  ; Local Data (Read Only)
99  ;=============================================================================  ;=============================================================================
100    
101    %ifdef FORMAT_COFF
102  SECTION .rodata  SECTION .rodata
103    %else
104    SECTION .rodata align=16
105    %endif
106    
107  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
108  ; Various memory constants (trigonometric values or rounding values)  ; Various memory constants (trigonometric values or rounding values)
# Line 705  Line 722 
722    movq [eax+8+4*16], mm6    movq [eax+8+4*16], mm6
723    
724    ret    ret
725    ENDFUNC
726    
727    
728    %ifidn __OUTPUT_FORMAT__,elf
729    section ".note.GNU-stack" noalloc noexec nowrite progbits
730    %endif
731    

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.8

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