Re: [FFmpeg-devel] [PATCH] swscale: aarch64: Avoid using the x18 register

2020-04-19 Thread Martin Storsjö
On Sun, 19 Apr 2020, Martin Storsjö wrote: 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 f

[FFmpeg-devel] [PATCH] swscale: aarch64: Avoid using the x18 register

2020-04-18 Thread Martin Storsjö
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. --- libswscale/aarch64/hscal