ffmpeg/libavutil/arm
Mans Rullgard 62634158b7 ARM: generate position independent code to access data symbols
This creates proper position independent code when accessing
data symbols if CONFIG_PIC is set.

References to external symbols should now use the movrelx macro.
Some additional code changes are required since this macro may
need a register to hold the GOT pointer.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-01 11:25:06 +01:00
..
Makefile
asm.S ARM: generate position independent code to access data symbols 2012-07-01 11:25:06 +01:00
bswap.h
cpu.c
cpu.h
float_dsp_arm.h ARM: fix float_dsp breakage from d5a7229 2012-06-08 19:45:37 +01:00
float_dsp_init_arm.c cosmetics: do not use full path for local headers 2012-06-22 10:49:40 +02:00
float_dsp_init_neon.c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 2012-06-18 18:01:14 -04:00
float_dsp_init_vfp.c cosmetics: do not use full path for local headers 2012-06-22 10:49:40 +02:00
float_dsp_neon.S float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 2012-06-18 18:01:14 -04:00
float_dsp_vfp.S
intmath.h
intreadwrite.h
timer.h