Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119575 | Differences between
and this patch

Collapse All | Expand All

(-)cinelerra-cvs-20060219-orig/mpeg2enc/quantize_x86.c (-1 / +1 lines)
Lines 234-240 Link Here
234
			  "movd %%eax, %%mm6\n"
234
			  "movd %%eax, %%mm6\n"
235
			  : :"g" (1) : "eax" );
235
			  : :"g" (1) : "eax" );
236
	/* Set up SSE rounding mode */
236
	/* Set up SSE rounding mode */
237
	__asm__ ( "ldmxcsr %0\n" : : "X" (trunc_mxcsr) );
237
	__asm__ ( "ldmxcsr %0\n" : : "m" (trunc_mxcsr) );
238
238
239
	/* Load satlim into mm1 */
239
	/* Load satlim into mm1 */
240
	movd_m2r( satlim, mm1 );
240
	movd_m2r( satlim, mm1 );

Return to bug 119575