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

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

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

revision 1833, Mon Dec 1 14:45:46 2008 UTC revision 1848, Fri Dec 5 10:33:47 2008 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: fdct_sse2_skal.asm,v 1.11 2008-12-01 14:45:45 Isibaar Exp $  ; * $Id: fdct_sse2_skal.asm,v 1.14 2008-12-05 10:33:47 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 195  Line 195 
195  ; Code  ; Code
196  ;=============================================================================  ;=============================================================================
197    
198  SECTION .rotext align=SECTION_ALIGN  TEXT
199    
200  cglobal idct_sse2_skal  cglobal idct_sse2_skal
201  cglobal fdct_sse2_skal  cglobal fdct_sse2_skal
# Line 604  Line 604 
604    ret    ret
605  ENDFUNC  ENDFUNC
606    
607    ; Mac-specific workaround for misaligned DCT tables
608    ALIGN SECTION_ALIGN
609      times 8 dw 0
610    
611  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf
612  section ".note.GNU-stack" noalloc noexec nowrite progbits  section ".note.GNU-stack" noalloc noexec nowrite progbits

Legend:
Removed from v.1833  
changed lines
  Added in v.1848

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