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

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

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

revision 1792, Tue Sep 2 12:23:30 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 20  Line 20 
20  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: idct_3dne.asm,v 1.7 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: idct_3dne.asm,v 1.8 2008-11-11 20:46:24 Isibaar Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 65  Line 65 
65                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
66                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
67                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
68                            %define ENDFUNC .endfunc
69                  %else                  %else
70                          global _%1                          global _%1
71                          %define %1 _%1                          %define %1 _%1
72                            %define ENDFUNC
73                  %endif                  %endif
74          %else          %else
75                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
76                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
77                            %define ENDFUNC .endfunc
78                  %else                  %else
79                          global %1                          global %1
80                            %define ENDFUNC
81                  %endif                  %endif
82          %endif          %endif
83  %endmacro  %endmacro
# Line 718  Line 722 
722    movq [eax+8+4*16], mm6    movq [eax+8+4*16], mm6
723    
724    ret    ret
725  .endfunc  ENDFUNC
726    
727    
728  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf

Legend:
Removed from v.1792  
changed lines
  Added in v.1793

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