[cvs] / xvidcore / src / motion / x86_64_asm / sad_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/x86_64_asm/sad_mmx.asm

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

revision 1.2, Tue Aug 19 09:06:48 2008 UTC revision 1.3, Tue Nov 11 20:46:24 2008 UTC
# Line 32  Line 32 
32                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
33                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
34                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
35                            %define ENDFUNC .endfunc
36                  %else                  %else
37                          global _%1                          global _%1
38                          %define %1 _%1                          %define %1 _%1
39                            %define ENDFUNC
40                  %endif                  %endif
41          %else          %else
42                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
43                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
44                            %define ENDFUNC .endfunc
45                  %else                  %else
46                          global %1                          global %1
47                            %define ENDFUNC
48                  %endif                  %endif
49          %endif          %endif
50  %endmacro  %endmacro
# Line 107  Line 111 
111    
112    ;; All done    ;; All done
113    ret    ret
114  .endfunc  ENDFUNC
115    
116  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
117  ;  ;
# Line 162  Line 166 
166    
167    ;; All done    ;; All done
168    ret    ret
169  .endfunc  ENDFUNC
170    
171  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf
172  section ".note.GNU-stack" noalloc noexec nowrite progbits  section ".note.GNU-stack" noalloc noexec nowrite progbits

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

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