Re: [FFmpeg-devel] [PATCH 2/5] x86: hevc_mc: remove lea in EPEL_LOAD

2015-02-08 Thread Michael Niedermayer
On Sat, Feb 07, 2015 at 06:49:37PM +, Christophe Gisquet wrote: > The second parameter to the macro is always an immediate address, > so no lea is needed. > --- > libavcodec/x86/hevc_mc.asm | 19 +++ > 1 file changed, 7 insertions(+), 12 deletions(-) applied thanks [...] --

[FFmpeg-devel] [PATCH 2/5] x86: hevc_mc: remove lea in EPEL_LOAD

2015-02-07 Thread Christophe Gisquet
The second parameter to the macro is always an immediate address, so no lea is needed. --- libavcodec/x86/hevc_mc.asm | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm index f6dff4c..aab69dd 100644 --- a