]> git.sesse.net Git - ffmpeg/commit
swscale: aarch64: Avoid using the x18 register
authorMartin Storsjö <martin@martin.st>
Sat, 18 Apr 2020 21:24:06 +0000 (00:24 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 19 Apr 2020 21:09:34 +0000 (00:09 +0300)
commit872790b1f9be65d5fba2ddc0357f989001ecbd33
tree25e0097e0527656bc222a56166148bed819a6352
parent16650beedf52627396c59958d6adc7b8247090f4
swscale: aarch64: Avoid using the x18 register

The x18 is a reserved platform register on Darwin and Windows.

x8/w8 seems to be unused in this function though (and same about
x10 and x14), so there's really no reason to use x18 here - just change
the uses of x18/w18 into x8/w8 instead without any further rewrites.

Signed-off-by: Martin Storsjö <martin@martin.st>
libswscale/aarch64/hscale.S