1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavutil
James Cowgill f8323744a0 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 branches and pointer
arithmetic. When submitting my 64-bit porting patch I missed this new
assembly which also needed porting.

This patch fixes a bus error in the fate-float-dsp test when run on 64-bit
mips.

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Reviewed-by: Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-18 19:08:02 +01:00
..
2014-08-05 01:54:47 +02:00
2014-12-19 14:35:29 +01:00
2014-12-19 14:35:29 +01:00
2014-08-13 14:50:15 +02:00
2015-01-29 14:59:57 +00:00
2014-07-12 22:33:27 +02:00
2014-07-12 22:33:27 +02:00
2014-11-08 11:31:11 +01:00
2014-10-11 12:15:26 +02:00
2014-09-05 00:43:48 +02:00
2015-01-12 13:49:56 -03:00
2015-03-05 13:50:22 +01:00
2014-08-05 21:05:52 +02:00
2014-08-05 01:54:47 +02:00
2015-02-18 00:59:55 +01:00