Skip to content
Snippets Groups Projects
Commit bd5efbd7 authored by Emma Anholt's avatar Emma Anholt
Browse files

broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.


If you don't pass this, the compiler refuses to compile the assembly for
pre-v7 CPUs.  This also keeps us from building identical, non-NEON code on
aarch64 and x86.

Fixes: a373f776 ("vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.")

v2: Fix Android build by just appending NEON_C_SOURCES when
    ARCH_ARM_HAVE_NEON.

Tested-by: default avatarRob Herring <robh@kernel.org>
parent ba8533b6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment