mips: inline assembly clobber list polishing
List of clobbered registers fixed and added where it is lacking. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
4ce03a95e2
commit
d23aefa498
@@ -99,6 +99,7 @@ static av_always_inline void ff_lsp2polyf_mips(const double *lsp, double *f, int
|
||||
[tmp]"=&f"(tmp), [f_j]"=&f"(f_j), [p_f]"+r"(p_f),
|
||||
[j]"+r"(j), [p_fi]"+r"(p_fi)
|
||||
: [i]"r"(i)
|
||||
: "memory"
|
||||
);
|
||||
f[1] += val;
|
||||
}
|
||||
|
Reference in New Issue
Block a user