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

Diff of /trunk/xvidcore/src/image/x86_asm/gmc_mmx.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: gmc_mmx.asm,v 1.3 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: gmc_mmx.asm,v 1.4 2008-11-11 20:46:24 Isibaar Exp $
24  ; *  ; *
25  ; *************************************************************************/  ; *************************************************************************/
26    
# Line 39  Line 39 
39                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
40                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
41                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
42                            %define ENDFUNC .endfunc
43                  %else                  %else
44                          global _%1                          global _%1
45                          %define %1 _%1                          %define %1 _%1
46                            %define ENDFUNC
47                  %endif                  %endif
48          %else          %else
49                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
50                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
51                            %define ENDFUNC .endfunc
52                  %else                  %else
53                          global %1                          global %1
54                            %define ENDFUNC
55                  %endif                  %endif
56          %endif          %endif
57  %endmacro  %endmacro
# Line 139  Line 143 
143    movq [eax], mm5    movq [eax], mm5
144    
145    ret    ret
146  .endfunc  ENDFUNC
147    
148  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
149  ;// SSE2 version  ;// SSE2 version
# Line 204  Line 208 
208    movq [eax], xmm5    movq [eax], xmm5
209    
210    ret    ret
211  .endfunc  ENDFUNC
212    
213  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
214    

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