ffmpeg/libavutil/arm
Rémi Denis-Courmont 620e6e1487 arm: 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
asm.S
bswap.h arm: relax byte-swap assembler constraints 2022-09-03 23:54:05 +03:00
cpu.c
cpu.h
float_dsp_arm.h
float_dsp_init_arm.c
float_dsp_init_neon.c
float_dsp_init_vfp.c
float_dsp_neon.S
float_dsp_vfp.S
intmath.h
intreadwrite.h
neontest.h
timer.h