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

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

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

revision 1632, Tue Sep 13 12:12:15 2005 UTC revision 1787, Tue Sep 11 12:41:13 2007 UTC
# Line 97  Line 97 
97  %if (%1)  %if (%1)
98    movq mm0, [eax]    movq mm0, [eax]
99  %else  %else
100    movq mm0, [dword eax]    movq mm0, [eax+0]
101      ; ---
102      ; nasm >0.99.x rejects the original statement:
103      ;   movq mm0, [dword eax]
104      ; as it is ambiguous. for this statement nasm <0.99.x would
105      ; generate "movq mm0,[eax+0]"
106      ; ---
107  %endif  %endif
108    pavgb mm0, [eax+1]    pavgb mm0, [eax+1]
109    movq mm1, [eax+edx]    movq mm1, [eax+edx]

Legend:
Removed from v.1632  
changed lines
  Added in v.1787

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