vc4: Enable NEON asm on meson cross-builds.
authorEric Anholt <eric@anholt.net>
Mon, 28 Jan 2019 19:39:12 +0000 (11:39 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 29 Jan 2019 00:45:48 +0000 (16:45 -0800)
commit932ed9c00b99e6ec92146ec9e820f546cf3e6551
tree3f1ef56186c7e3ae1d531c36b0d78e839dee2695
parent300d3ae8b1445b5060f92c77c0f577f4b7b2c7d6
vc4: Enable NEON asm on meson cross-builds.

The core Mesa with_asm_arch and USE_ARM_ASM flags are disabled for meson
cross-builds because of the need to run host binaries on the build system.
vc4 doesn't need to do that, so skip with_asm_arch to enable NEON on my
cross-builds.

Fixes: ebcb4c2156e9 ("meson: Enable VC4's NEON assembly support.")
src/gallium/drivers/vc4/meson.build