Re: [FFmpeg-devel] [PATCH] mdct15: simplify the fft15 x86 SIMD

2018-05-07 Thread Rostislav Pehlivanov
On 6 May 2018 at 23:19, Rostislav Pehlivanov wrote: > Saves 1 gpr and 2 instructions and simplifies the macros a bit. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/x86/mdct15.asm | 37 + > 1 file changed, 17 insertions(+), 20 deletions(-) > > dif

[FFmpeg-devel] [PATCH] mdct15: simplify the fft15 x86 SIMD

2018-05-06 Thread Rostislav Pehlivanov
Saves 1 gpr and 2 instructions and simplifies the macros a bit. Signed-off-by: Rostislav Pehlivanov --- libavcodec/x86/mdct15.asm | 37 + 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/libavcodec/x86/mdct15.asm b/libavcodec/x86/mdct15.asm inde