ffmpeg/libavutil/arm
Mans Rullgard cdb7db5acd ARM: align PIC offset pools to 4 bytes
When building Thumb2 code, the end of a function, where the PIC
offsets are placed, need not be aligned.  Although the values
are only accessed with instructions allowing unaligned addresses,
keeping them aligned is preferable.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-09-21 07:07:58 +01:00
..
Makefile Add a float DSP framework to libavutil 2012-06-08 13:14:38 -04:00
asm.S ARM: align PIC offset pools to 4 bytes 2012-09-21 07:07:58 +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 Add a float DSP framework to libavutil 2012-06-08 13:14:38 -04:00
intmath.h ARM: intmath: use native-size return types for clipping functions 2012-08-13 14:51:52 +01:00
intreadwrite.h ARM: use Q/R inline asm operand modifiers only if supported 2012-08-07 21:13:30 +01:00
timer.h