v3d: Fix build of NEON code with Mesa's cflags not targeting NEON.
authorEric Anholt <eric@anholt.net>
Fri, 1 Mar 2019 20:48:51 +0000 (12:48 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 1 Mar 2019 22:21:49 +0000 (14:21 -0800)
commitf1122f78b765ecbb5702b5c2e2bf4a03fb83d778
tree06a4daeb6bbb55fbf5456128f11f6fb10410f25e
parente0148bbcfdc0870fc60688ab6ac4ccb33545a181
v3d: Fix build of NEON code with Mesa's cflags not targeting NEON.

v3d may be built as part of a set of drivers in a system not requiring
NEON, but we know V3D devices will be paired with CPUs with NEON so we
should be able to use this asm.

Fixes: 0c05198d6b5b ("v3d: Always enable the NEON utile load/store code.")
src/gallium/drivers/v3d/meson.build