1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavutil/aarch64
Martin Storsjö 7b7760ad6e aarch64: Fix negative movrel offsets for windows
On windows, the offset for the relocation doesn't get stored in
the relocation itself, but as an unsigned immediate in the opcode.
Therefore, negative offsets has to be handled via a separate sub
instruction, just as on MachO.

Signed-off-by: Martin Storsjö <martin@martin.st>
2017-08-22 13:41:08 +03:00
..
asm.S aarch64: Fix negative movrel offsets for windows 2017-08-22 13:41:08 +03:00
bswap.h
cpu.c
cpu.h
float_dsp_init.c
float_dsp_neon.S
Makefile
neontest.h
timer.h arm64: add cycle counter support 2015-12-14 16:42:35 +01:00