Re: [FFmpeg-devel] [PATCH] x86/takdsp: use arithmetic shift instructions

2015-10-09 Thread James Almer
On 10/9/2015 11:48 PM, Ronald S. Bultje wrote: > Hi, > > On Fri, Oct 9, 2015 at 10:42 PM, James Almer wrote: > >> p1 and p2 are int32_t. >> >> Signed-off-by: James Almer >> --- >> libavcodec/x86/takdsp.asm | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) > > > ok. > > Ronald

Re: [FFmpeg-devel] [PATCH] x86/takdsp: use arithmetic shift instructions

2015-10-09 Thread Ronald S. Bultje
Hi, On Fri, Oct 9, 2015 at 10:42 PM, James Almer wrote: > p1 and p2 are int32_t. > > Signed-off-by: James Almer > --- > libavcodec/x86/takdsp.asm | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) ok. Ronald ___ ffmpeg-devel mailing l

[FFmpeg-devel] [PATCH] x86/takdsp: use arithmetic shift instructions

2015-10-09 Thread James Almer
p1 and p2 are int32_t. Signed-off-by: James Almer --- libavcodec/x86/takdsp.asm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/x86/takdsp.asm b/libavcodec/x86/takdsp.asm index d3c6a13..5f3ded3 100644 --- a/libavcodec/x86/takdsp.asm +++ b/libavcodec/x86/tak