Re: [libav-devel] [PATCH] x86: use more standard construct for setting ASM funcitons in FFT code

2012-05-14 Thread Diego Biurrun
On Sat, May 12, 2012 at 11:15:59AM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > > On Sat, May 12, 2012 at 08:59:00AM +0200, Vitor Sessak wrote: > >> --- > >> libavcodec/x86/fft.c | 45 +++-- > >> 1 files changed, 23 insertions(+), 22 deletions

Re: [libav-devel] [PATCH] x86: use more standard construct for setting ASM funcitons in FFT code

2012-05-12 Thread Måns Rullgård
Diego Biurrun writes: > On Sat, May 12, 2012 at 08:59:00AM +0200, Vitor Sessak wrote: >> --- >> libavcodec/x86/fft.c | 45 +++-- >> 1 files changed, 23 insertions(+), 22 deletions(-) > > funcTIons > > This may be a naive question because I'm far from dee

Re: [libav-devel] [PATCH] x86: use more standard construct for setting ASM funcitons in FFT code

2012-05-12 Thread Diego Biurrun
On Sat, May 12, 2012 at 08:59:00AM +0200, Vitor Sessak wrote: > --- > libavcodec/x86/fft.c | 45 +++-- > 1 files changed, 23 insertions(+), 22 deletions(-) funcTIons This may be a naive question because I'm far from deeply familiar with the x86 code, but

[libav-devel] [PATCH] x86: use more standard construct for setting ASM funcitons in FFT code

2012-05-11 Thread Vitor Sessak
--- libavcodec/x86/fft.c | 45 +++-- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/libavcodec/x86/fft.c b/libavcodec/x86/fft.c index 3e0c42f..5495821 100644 --- a/libavcodec/x86/fft.c +++ b/libavcodec/x86/fft.c @@ -25,30 +25,31 @@ av_col