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

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

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

revision 1.1.2.1, Wed Oct 29 12:41:41 2003 UTC revision 1.1.2.2, Mon Nov 3 15:51:50 2003 UTC
# Line 141  Line 141 
141  ; Read only data  ; Read only data
142  ;=============================================================================  ;=============================================================================
143    
144  SECTION .rodata  %ifdef FORMAT_COFF
145    SECTION .rodata data
146    %else
147    SECTION .rodata data align=16
148    %endif
149    
150  ALIGN 16  ALIGN 16
151  tan1:    times 8 dw 0x32ec    ; tan( pi/16)  tan1:    times 8 dw 0x32ec    ; tan( pi/16)

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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