diff options
author | James Cowgill <james410@cowgill.org.uk> | 2015-03-18 13:02:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-18 19:08:02 +0100 |
commit | f8323744a0783d5937232a95cd1cc98f6b70a810 (patch) | |
tree | 75edc0014e53803d87eb6ee760865f7086b82c4c /ffmpeg.c | |
parent | 414d6547f33175b3f53eb3320aa13161a584a151 (diff) | |
download | ffmpeg-f8323744a0783d5937232a95cd1cc98f6b70a810.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>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions