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

(-)jpeg-mmx-orig/jquant_x86simd.c (-1 / +1 lines)
Lines 104-110 Link Here
104
104
105
	/* Initialise zero block flags */
105
	/* Initialise zero block flags */
106
	/* Set up SSE rounding mode */
106
	/* Set up SSE rounding mode */
107
	__asm__ ( "ldmxcsr %0\n" : : "X" (trunc_mxcsr) );
107
	__asm__ ( "ldmxcsr %0\n" : : "m" (trunc_mxcsr) );
108
108
109
	for (i=0; i < 64 ; i+=4)
109
	for (i=0; i < 64 ; i+=4)
110
	{
110
	{

Return to bug 119851