[svn] / trunk / xvidcore / src / motion / x86_asm / sad_sse2.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/x86_asm/sad_sse2.asm

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

revision 1539, Sun Aug 29 05:32:29 2004 UTC revision 1540, Sun Aug 29 10:02:38 2004 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: sad_sse2.asm,v 1.11 2004-08-22 11:46:10 edgomez Exp $  ; * $Id: sad_sse2.asm,v 1.12 2004-08-29 10:02:38 edgomez Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 29  Line 29 
29  %macro cglobal 1  %macro cglobal 1
30          %ifdef PREFIX          %ifdef PREFIX
31                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
32                          global _%1:function                          global _%1:function %1.endfunc-%1
33                          %define %1 _%1:function                          %define %1 _%1:function %1.endfunc-%1
34                  %else                  %else
35                          global _%1                          global _%1
36                          %define %1 _%1                          %define %1 _%1
37                  %endif                  %endif
38          %else          %else
39                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
40                          global %1:function                          global %1:function %1.endfunc-%1
41                  %else                  %else
42                          global %1                          global %1
43                  %endif                  %endif
# Line 108  Line 108 
108    paddusw xmm6, xmm5    paddusw xmm6, xmm5
109    pextrw  eax, xmm6, 0    pextrw  eax, xmm6, 0
110    ret    ret
111    .endfunc
112    
113    
114  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 167  Line 168 
168    paddusw  xmm7, xmm6    paddusw  xmm7, xmm6
169    pextrw eax, xmm7, 0    pextrw eax, xmm7, 0
170    ret    ret
171    .endfunc
172    

Legend:
Removed from v.1539  
changed lines
  Added in v.1540

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