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

Diff of /trunk/xvidcore/src/image/x86_asm/reduced_mmx.asm

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

revision 1795, Wed Nov 26 01:04:34 2008 UTC revision 1877, Wed Sep 16 17:11:39 2009 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: reduced_mmx.asm,v 1.9 2008-11-26 01:04:34 Isibaar Exp $  ; * $Id: reduced_mmx.asm,v 1.12 2009-09-16 17:07:58 Isibaar Exp $
23  ; *  ; *
24  ; *************************************************************************/  ; *************************************************************************/
25    
# Line 45  Line 45 
45    
46  ;===========================================================================  ;===========================================================================
47    
48  SECTION .rotext align=SECTION_ALIGN  TEXT
49    
50  cglobal xvid_Copy_Upsampled_8x8_16To8_mmx  cglobal xvid_Copy_Upsampled_8x8_16To8_mmx
51  cglobal xvid_Add_Upsampled_8x8_16To8_mmx  cglobal xvid_Add_Upsampled_8x8_16To8_mmx
# Line 735  Line 735 
735    packuswb mm1, mm7    packuswb mm1, mm7
736    movd [TMP0+_EAX*4], mm0    movd [TMP0+_EAX*4], mm0
737    movd [TMP1+_EAX*4], mm1    movd [TMP1+_EAX*4], mm1
738    add _EAX,1    inc _EAX
739    jl .Loop    jl .Loop
740    
741    ret    ret
# Line 985  Line 985 
985    
986    ; pfeewwww... Never Do That On Stage Again. :)    ; pfeewwww... Never Do That On Stage Again. :)
987    
988    NON_EXEC_STACK
 %ifidn __OUTPUT_FORMAT__,elf  
 section ".note.GNU-stack" noalloc noexec nowrite progbits  
 %endif  
   

Legend:
Removed from v.1795  
changed lines
  Added in v.1877

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