Commit 037ad3ba authored by lorenm's avatar lorenm

emms -> femms


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5965 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 329be0ad
...@@ -2739,7 +2739,7 @@ static void vorbis_inverse_coupling_3dnow(float *mag, float *ang, int blocksize) ...@@ -2739,7 +2739,7 @@ static void vorbis_inverse_coupling_3dnow(float *mag, float *ang, int blocksize)
::"memory" ::"memory"
); );
} }
asm volatile("emms"); asm volatile("femms");
} }
static void vorbis_inverse_coupling_sse(float *mag, float *ang, int blocksize) 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, ...@@ -219,5 +219,5 @@ void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output,
::"memory" ::"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