ffmpeg/libavutil/arm
Martin Storsjö 59cee42d7d arm: Check for the .arch directive in configure
When targeting windows, the .arch directive isn't available.

So far, when building for windows, we've always used gas-preprocessor,
both when using msvc's armasm and when using clang. Lately, clang/llvm
has implemented the last missing piece (altmacro support) for building
our assembly without gas-preprocessor. This means that we now build
for arm/windows with clang without any extra compatibility layer.

Signed-off-by: Martin Storsjö <martin@martin.st>
2017-05-08 14:21:08 +03:00
..
Makefile
asm.S arm: Check for the .arch directive in configure 2017-05-08 14:21:08 +03:00
bswap.h
cpu.c
cpu.h arm: Fix vfp dead code elimination with have_vfp_vm 2016-01-08 23:52:59 +02:00
float_dsp_arm.h
float_dsp_init_arm.c
float_dsp_init_neon.c
float_dsp_init_vfp.c
float_dsp_neon.S
float_dsp_vfp.S
intmath.h
intreadwrite.h
neontest.h
timer.h