OSDN Git Service

vc4: Enable NEON asm on meson cross-builds.
authorEric Anholt <eric@anholt.net>
Mon, 28 Jan 2019 19:39:12 +0000 (11:39 -0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 30 Jan 2019 17:33:50 +0000 (17:33 +0000)
commitf072585522a137b3b01cb08d624f6e3f340e6583
tree515720915a98f562de361ccd497a8335d7475031
parentf275e16c9edca2b397d074cb10a3d273ea84e941
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.")
(cherry picked from commit 932ed9c00b99e6ec92146ec9e820f546cf3e6551)
src/gallium/drivers/vc4/meson.build