Re: [FFmpeg-devel] [PATCH] mips/float_dsp: fix vector_fmul_window_mips on mips64

2015-03-18 Thread Michael Niedermayer
ill.org.uk] > Poslato: 18. mart 2015 14:02 > Za: ffmpeg-devel@ffmpeg.org > Cc: Nedeljko Babic; James Cowgill > Tema: [FFmpeg-devel] [PATCH] mips/float_dsp: fix vector_fmul_window_mips > on mips64 > > Commit dfa920807494 ("mips/float_dsp: fix a bug in vector_fmul_w

Re: [FFmpeg-devel] [PATCH] mips/float_dsp: fix vector_fmul_window_mips on mips64

2015-03-18 Thread Nedeljko Babic
-devel] [PATCH] mips/float_dsp: fix vector_fmul_window_mips on mips64 Commit dfa920807494 ("mips/float_dsp: fix a bug in vector_fmul_window_mips") fixed vector_fmul_window_mips by unrolling the loop only 4 times, but also removed the outer C loop and replaced it with assembly br

[FFmpeg-devel] [PATCH] mips/float_dsp: fix vector_fmul_window_mips on mips64

2015-03-18 Thread James Cowgill
Commit dfa920807494 ("mips/float_dsp: fix a bug in vector_fmul_window_mips") fixed vector_fmul_window_mips by unrolling the loop only 4 times, but also removed the outer C loop and replaced it with assembly branches and pointer arithmetic. When submitting my 64-bit porting patch I missed this new a