• Martin Storsjö's avatar
    arm: Check for the .arch directive in configure · 59cee42d
    Martin Storsjö authored
    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: 's avatarMartin Storsjö <martin@martin.st>
    59cee42d
Name
Last commit
Last update
..
Makefile Loading commit data...
asm.S Loading commit data...
bswap.h Loading commit data...
cpu.c Loading commit data...
cpu.h Loading commit data...
float_dsp_arm.h Loading commit data...
float_dsp_init_arm.c Loading commit data...
float_dsp_init_neon.c Loading commit data...
float_dsp_init_vfp.c Loading commit data...
float_dsp_neon.S Loading commit data...
float_dsp_vfp.S Loading commit data...
intmath.h Loading commit data...
intreadwrite.h Loading commit data...
neontest.h Loading commit data...
timer.h Loading commit data...