mirror of https://github.com/FFmpeg/FFmpeg.git
There are no particular reasons to force the compiler to use the same register as output and input operand. This forces an extra MOV instruction if the input value needs to be reused after the swap. In most cases, this makes no differences, as the compiler will seleect the same register for both operands either way. Signed-off-by: Martin Storsjö <martin@martin.st>pull/388/head
parent
0b95a6a1d0
commit
164021423a
1 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue