diff options
author | James Cowgill <james410@cowgill.org.uk> | 2015-03-18 13:02:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-28 11:59:04 +0100 |
commit | 7439ed2f398da77eab5d2460161d2879f12fcc22 (patch) | |
tree | e14a7299caa029fa9fd5f628a63bfbc41d33491f /doc/examples/demuxing_decoding.c | |
parent | 40607290c904ce84d733f3fe02286ad47a1028ef (diff) | |
download | ffmpeg-7439ed2f398da77eab5d2460161d2879f12fcc22.tar.gz |
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>
(cherry picked from commit f8323744a0783d5937232a95cd1cc98f6b70a810)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/demuxing_decoding.c')
0 files changed, 0 insertions, 0 deletions