• Rémi Denis-Courmont's avatar
    aarch64: remove VFP feature check · f0322349
    Rémi Denis-Courmont authored
    This is not actually used for anything. The configure check causes the
    CPU feature flag to be set, but nothing consumes it at all.
    
    While AArch64 does have VFP, it is only used for the scalar C code.
    Conversely, it is still possible to disable VFP, by changing the
    C compiler flags as before (though that only makes sense for an
    hypothetical non-standard Armv8 platform without VFP).
    
    Note that this retains the "vfp" option flag, for backward
    compatibility and on the very remote but theoretically possible chance
    that FFmpeg actually makes use of it in the future.
    
    AV_CPU_FLAG_VFP is retained as it is actually used by AArch32.
    f0322349
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_init.c Loading commit data...
float_dsp_neon.S Loading commit data...
neontest.h Loading commit data...
timer.h Loading commit data...
tx_float_init.c Loading commit data...
tx_float_neon.S Loading commit data...