Re: [FFmpeg-devel] [PATCH] x86inc: also warn on sse2 instruction

2015-02-17 Thread Michael Niedermayer
On Tue, Feb 17, 2015 at 08:23:17AM +0100, Christophe Gisquet wrote: > Hi, > > 2015-02-08 14:53 GMT+01:00 Christophe Gisquet : > > This one is specifically for "might be insn set a or b, but reg size > > makes it clearer". > > Ping? applied thanks [...] -- Michael GnuPG fingerprint: 9FF212

Re: [FFmpeg-devel] [PATCH] x86inc: also warn on sse2 instruction

2015-02-16 Thread Christophe Gisquet
Hi, 2015-02-08 14:53 GMT+01:00 Christophe Gisquet : > This one is specifically for "might be insn set a or b, but reg size > makes it clearer". Ping? -- Christophe ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinf

Re: [FFmpeg-devel] [PATCH] x86inc: also warn on sse2 instruction

2015-02-08 Thread Christophe Gisquet
Hi, 2015-02-08 14:28 GMT+01:00 Ronald S. Bultje : > Cool! Do you know if it catches all assembly types now (e.g. does it catch > mmxext in mmx functions)? Or is it >=sse only? Good thing that you asked, because I attached an earlier version... So I think what you ask was checked by the first "wa

Re: [FFmpeg-devel] [PATCH] x86inc: also warn on sse2 instruction

2015-02-08 Thread Ronald S. Bultje
Hi, On Sun, Feb 8, 2015 at 6:30 AM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > Hi, > > the attached patch is strictly identical to this x264 one: > > http://git.videolan.org/?p=x264/x264-sandbox.git;a=commit;h=a7a909fc7b82df85ff369adcbc048927ebec2289 > except for the edited paths

[FFmpeg-devel] [PATCH] x86inc: also warn on sse2 instruction

2015-02-08 Thread Christophe Gisquet
Hi, the attached patch is strictly identical to this x264 one: http://git.videolan.org/?p=x264/x264-sandbox.git;a=commit;h=a7a909fc7b82df85ff369adcbc048927ebec2289 except for the edited paths. The goal is to catch that last batch of issues in external asm: http://git.videolan.org/?p=ffmpeg.git;a=