diff options
author | Fabio Pedretti <[email protected]> | 2013-11-05 16:51:19 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-11-06 22:08:26 +0100 |
commit | 9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c (patch) | |
tree | e833ad9ccc6f8df2f0de6415603f4b383f2a42be /src | |
parent | da7daade92a4fb54c5cbb74ec6c2fba0ed895ff8 (diff) |
mesa: add arm64 support
Patch from Ubuntu package
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/compiler.h | 2 |
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__) |