ffmpeg-bb/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
..
asm.S Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205' 2019-02-20 14:48:58 -03:00
bswap.h arm: relax byte-swap assembler constraints 2022-09-03 23:54:05 +03:00
cpu.c avutil: use getauxval(3) for CPU capabilities on linux/android ARM 2022-02-07 13:42:40 -08:00
cpu.h Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906' 2018-02-11 23:08:48 -03:00
float_dsp_arm.h Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613' 2013-08-29 16:05:04 +02:00
float_dsp_init_arm.c Merge commit '831a1180785a786272cdcefb71566a770bfb879e' 2014-03-13 23:59:56 +01:00
float_dsp_init_neon.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
float_dsp_init_vfp.c lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 2017-10-23 13:29:12 +02:00
float_dsp_neon.S Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
float_dsp_vfp.S armv6: Accelerate butterflies_float 2014-07-16 21:38:02 +02:00
intmath.h arm: Check the build time constants in av_clip_*intp2 2022-09-02 23:12:26 +03:00
intreadwrite.h avutil/attributes: add AV_GCC_VERSION_AT_MOST 2015-09-18 12:41:29 -03:00
Makefile arm: rename ARMVFP config symbol to VFP 2012-12-07 16:54:04 +00:00
neontest.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
timer.h arm/aarch64: Use mach_absolute_time as timer on apple platforms 2021-02-21 22:41:34 +02:00