[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 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: sad_sse2.asm,v 1.14 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: sad_sse2.asm,v 1.15 2008-11-11 20:46:24 Isibaar Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 31  Line 31 
31                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
32                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
33                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
34                            %define ENDFUNC .endfunc
35                  %else                  %else
36                          global _%1                          global _%1
37                          %define %1 _%1                          %define %1 _%1
38                            %define ENDFUNC
39                  %endif                  %endif
40          %else          %else
41                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
42                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
43                            %define ENDFUNC .endfunc
44                  %else                  %else
45                          global %1                          global %1
46                            %define ENDFUNC
47                  %endif                  %endif
48          %endif          %endif
49  %endmacro  %endmacro
# Line 115  Line 119 
119  ALIGN 16  ALIGN 16
120  sad16_sse2:  sad16_sse2:
121    SAD16_SSE2_SSE3 movdqu    SAD16_SSE2_SSE3 movdqu
122  .endfunc  ENDFUNC
123    
124    
125  ALIGN 16  ALIGN 16
126  sad16_sse3:  sad16_sse3:
127    SAD16_SSE2_SSE3 lddqu    SAD16_SSE2_SSE3 lddqu
128  .endfunc  ENDFUNC
129    
130    
131  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 185  Line 189 
189  ALIGN 16  ALIGN 16
190  dev16_sse2:  dev16_sse2:
191    MEAN16_SSE2_SSE3 movdqu    MEAN16_SSE2_SSE3 movdqu
192  .endfunc  ENDFUNC
193    
194  ALIGN 16  ALIGN 16
195  dev16_sse3:  dev16_sse3:
196    MEAN16_SSE2_SSE3 lddqu    MEAN16_SSE2_SSE3 lddqu
197  .endfunc  ENDFUNC
198    
199    
200  %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