summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Pedretti <fabio.ped@libero.it>2013-11-05 16:51:19 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-11-06 22:08:26 +0100
commit9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c (patch)
treee833ad9ccc6f8df2f0de6415603f4b383f2a42be
parentda7daade92a4fb54c5cbb74ec6c2fba0ed895ff8 (diff)
mesa: add arm64 support
Patch from Ubuntu package Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
-rw-r--r--src/mesa/main/compiler.h2
1 files changed, 1 insertions, 1 deletions
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__)