[Mesa-dev] [PATCH 4/7 v2] configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D flags.

Rob Herring robh at kernel.org
Fri Aug 11 02:38:57 UTC 2017


On Thu, Aug 10, 2017 at 5:43 PM, Eric Anholt <eric at anholt.net> wrote:
> I've been trying to get away without these conditionals in vc4's NEON
> code, but it meant compiling extra unused code on x86, and build failing
> on ARMv6.
>
> v2: Use the _arm/_arm64 flags to simplify detection (suggested by Rob),
>     but hide the _arm version under ARCH_ARM_HAVE_NEON to keep from trying
>     to build this stuff for armv5te.
> ---
>  Android.common.mk |  4 ++++
>  configure.ac      | 24 ++++++++++++++++++++++++
>  2 files changed, 28 insertions(+)

For Android:

Tested-by: Rob Herring <robh at kernel.org>


More information about the mesa-dev mailing list