[FFmpeg-devel] [PATCH] x86/float_dsp: add missing femms
Michael Niedermayer
michaelni at gmx.at
Sun Jun 8 20:23:17 CEST 2014
On Sun, Jun 08, 2014 at 12:56:55PM -0300, James Almer wrote:
> It was lost during the port.
> Should fix fate on 3dnowext machines.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavutil/x86/float_dsp.asm | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm
> index aec0273..ec3d22b 100644
> --- a/libavutil/x86/float_dsp.asm
> +++ b/libavutil/x86/float_dsp.asm
> @@ -238,6 +238,9 @@ cglobal vector_fmul_window, 5, 6, 6, dst, src0, src1, win, len, len1
> sub len1q, mmsize
> add lenq, mmsize
> jl .loop
> +%if mmsize == 8
> + femms
> +%endif
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140608/4f6aedd2/attachment.asc>
More information about the ffmpeg-devel
mailing list