Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71360
Collapse All | Expand All

(-)avifile-0.7-0.7.41/lib/common/mmx.cpp (-2 / +2 lines)
Lines 122-133 Link Here
122
		 //   x_accum-=x_min;
122
		 //   x_accum-=x_min;
123
		 "subl   %6, %%edx	\n\t"
123
		 "subl   %6, %%edx	\n\t"
124
		 //   if(x_accum<=0) {
124
		 //   if(x_accum<=0) {
125
		 "jnc    x2		\n\t"
125
		 "jnc    2f		\n\t"
126
		 //      xaccum+=dst_w;
126
		 //      xaccum+=dst_w;
127
		 "addl   %7, %%edx	\n\t"
127
		 "addl   %7, %%edx	\n\t"
128
		 //         src++;
128
		 //         src++;
129
		 "addl   $2, %%eax	\n\t"
129
		 "addl   $2, %%eax	\n\t"
130
		 "x2:			\n\t"
130
		 "2:			\n\t"
131
		 "decl   %8		\n\t"
131
		 "decl   %8		\n\t"
132
		 "jnz    1b		\n\t"
132
		 "jnz    1b		\n\t"
133
		 "popl   %%ebx		\n\t"
133
		 "popl   %%ebx		\n\t"

Return to bug 71360