Commit ee5df927 authored by Loren Merritt's avatar Loren Merritt

emms -> femms

Originally committed as revision 5965 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2494bdd9
......@@ -2739,7 +2739,7 @@ static void vorbis_inverse_coupling_3dnow(float *mag, float *ang, int blocksize)
::"memory"
);
}
asm volatile("emms");
asm volatile("femms");
}
static void vorbis_inverse_coupling_sse(float *mag, float *ang, int blocksize)
{
......
......@@ -219,5 +219,5 @@ void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output,
::"memory"
);
}
asm volatile("emms");
asm volatile("femms");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment