View | Details | Raw Unified
Collapse All | Expand All

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