ffmpeg/libavutil/arm
Martin Storsjö e3fec3f095 arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols
This makes the generated assembly more internally consistent,
avoiding declaring two labels for the same function (for cases
where EXTERN_ASM is empty) and not declaring a separate unprefixed
label in other cases.

This also makes sure the .func and .type delcarations have the same
prefix. They have previously not been used on the platforms
that have prefixed symbols on arm (iOS), but gas-preprocessor
has recently started using the .func declarations for adding
.thumb_func declarations for such functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
2014-02-07 15:14:06 +02:00
..
Makefile
asm.S arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols 2014-02-07 15:14:06 +02:00
bswap.h
cpu.c avutil: Move internal CPU detection function declarations to private header 2013-08-28 23:54:14 +02:00
cpu.h avutil: Refactor CPU extension availability macros 2013-08-28 23:54:14 +02:00
float_dsp_arm.h arm: float_dsp: Propagate cpu_flags to vfp initialization function 2013-08-29 11:24:14 +02:00
float_dsp_init_arm.c arm: float_dsp: Propagate cpu_flags to vfp initialization function 2013-08-29 11:24:14 +02:00
float_dsp_init_neon.c
float_dsp_init_vfp.c arm: float_dsp: Propagate cpu_flags to vfp initialization function 2013-08-29 11:24:14 +02:00
float_dsp_neon.S
float_dsp_vfp.S
intmath.h
intreadwrite.h
neontest.h arm: Add an option for making sure NEON registers aren't clobbered 2014-01-11 00:03:00 +02:00
timer.h