Re: [libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-26 Thread Loren Merritt
On Wed, 25 Jul 2012, Ronald S. Bultje wrote: diff --git a/libavcodec/x86/dct32_sse.asm b/libavcodec/x86/dct32_sse.asm index e3c8a45..351c88d 100644 --- a/libavcodec/x86/dct32_sse.asm +++ b/libavcodec/x86/dct32_sse.asm @@ -278,8 +278,6 @@ cglobal dct32_float_avx, 2,3,8, out, in, tmp

Re: [libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-26 Thread Justin Ruggles
On 07/25/2012 11:52 PM, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/dct32_sse.asm|2 -- libavcodec/x86/dsputil_yasm.asm | 14 -- libavcodec/x86/fft_mmx.asm |6 -- libavresample/x86/audio_convert.asm |

[libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-25 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/dct32_sse.asm|2 -- libavcodec/x86/dsputil_yasm.asm | 14 -- libavcodec/x86/fft_mmx.asm |6 -- libavresample/x86/audio_convert.asm | 10 -- libavresample/x86/audio_mix.asm |

Re: [libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-25 Thread Luca Barbato
On 07/26/2012 04:59 AM, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/dct32_sse.asm|2 -- libavcodec/x86/dsputil_yasm.asm | 14 -- libavcodec/x86/fft_mmx.asm |6 -- libavresample/x86/audio_convert.asm |

Re: [libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-25 Thread Loren Merritt
On Wed, 25 Jul 2012, Ronald S. Bultje wrote: diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index 42ba97a..4b523e9 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -369,11 +369,14 @@ DECLARE_REG 14, R15, R15D, R15W, R15B, 120 %macro RET 0

[libav-devel] [PATCH] x86inc: automatically insert vzeroupper for YMM functions.

2012-07-25 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/dct32_sse.asm|2 -- libavcodec/x86/dsputil_yasm.asm | 14 -- libavcodec/x86/fft_mmx.asm |6 -- libavresample/x86/audio_convert.asm | 10 -- libavresample/x86/audio_mix.asm |