summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJiaxun Yang <[email protected]>2021-07-23 13:53:43 +0800
committerMichael Niedermayer <[email protected]>2021-07-28 23:31:48 +0200
commita1cd62883f84072b7c9fa13e9a2512e13618399e (patch)
tree36802d1e1235362484a4cef1fcd8ab141aae77ff /doc/APIchanges
parent1042039ccda7e9099f139b14981b48ee59900804 (diff)
avutil/mips: Use $at as MMI macro temporary register
Some function had exceed 30 inline assembly register oprands limiation when using LOONGSON2 version of MMI macros. We can avoid that by take $at, which is register reserved for assembler, as temporary register. As none of instructions used in these macros is pseudo, it is safe to utilize $at here. Signed-off-by: Jiaxun Yang <[email protected]> Reviewed-by: Shiyou Yin <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions