Skip to content
Snippets Groups Projects
Commit 93bd5fbf authored by Emma Anholt's avatar Emma Anholt Committed by Emil Velikov
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>
(cherry picked from commit bd5efbd7)
[Emil Velikov: address libvc4_la_LIBADD conflicts]
Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>

Conflicts:
	src/gallium/drivers/vc4/Makefile.am
parent 833f12ab
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