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
164021423a
commit
620e6e1487
1 changed files with 10 additions and 7 deletions
Loading…
Reference in new issue