ffmpeg/libavutil/aarch64
Rémi Denis-Courmont 164021423a aarch64: relax byte-swap assembler constraints
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>
2022-09-03 23:54:05 +03:00
..
Makefile lavu/tx: implement aarch64 NEON SIMD FFT 2022-08-25 17:40:28 +02:00
asm.S aarch64: Only emit the PAC/BTI note section when targeting ELF 2022-03-15 00:44:28 +02:00
bswap.h aarch64: relax byte-swap assembler constraints 2022-09-03 23:54:05 +03:00
cpu.c
cpu.h
float_dsp_init.c
float_dsp_neon.S
neontest.h
timer.h
tx_float_init.c lavu/tx: implement aarch64 NEON SIMD FFT 2022-08-25 17:40:28 +02:00
tx_float_neon.S lavu/tx: implement aarch64 NEON SIMD FFT 2022-08-25 17:40:28 +02:00