From: Fabio Pedretti Date: Tue, 5 Nov 2013 15:51:19 +0000 (+0100) Subject: mesa: add arm64 support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c;p=mesa.git mesa: add arm64 support Patch from Ubuntu package Reviewed-by: Brian Paul Reviewed-by: Andreas Boll --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index dceea02127a..97075f58e56 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -326,7 +326,7 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) defined(ia64) || defined(__ia64__) || \ defined(__hppa__) || defined(hpux) || \ defined(__mips) || defined(_MIPS_ARCH) || \ - defined(__arm__) || \ + defined(__arm__) || defined(__aarch64__) || \ defined(__sh__) || defined(__m32r__) || \ (defined(__sun) && defined(_IEEE_754)) || \ defined(__alpha__)