ffmpeg/libavutil/arm
Martin Storsjö 41cf3e3b1c arm: Create proper .rdata sections for COFF
As .rodata isn't one of the default created sections for COFF, it was
created as a read-write data section. By using the default .rdata
section name for COFF, it automatically becomes a read-only data section.
The existing ".section .rodata" works as intended for ELF though.

This is based on an original patch and diagnose by Tom Tan
<Tom.Tan@microsoft.com>.

Signed-off-by: Martin Storsjö <martin@martin.st>
2019-01-25 23:53:37 +02:00
..
Makefile
asm.S arm: Create proper .rdata sections for COFF 2019-01-25 23:53:37 +02:00
bswap.h
cpu.c cpu: split flag checks per arch in av_cpu_max_align() 2017-10-09 11:48:24 +02:00
cpu.h Drop some unnecessary config.h #includes 2018-02-06 10:03:15 +01: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 Update dsputil- and SIMD-related comments to match reality more closely 2014-03-13 05:50:29 -07:00
float_dsp_init_neon.c avutil: Add av_cold attributes to init functions missing them 2013-05-04 22:48:05 +02:00
float_dsp_init_vfp.c arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 2017-10-24 09:06:56 +03:00
float_dsp_neon.S floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 2013-01-22 11:55:42 -08:00
float_dsp_vfp.S armv6: Accelerate butterflies_float 2014-07-18 01:34:38 +03:00
intmath.h libavutil: Add ARM av_clip_intp2_arm 2015-02-21 00:54:40 +01:00
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