mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: add arm64 support
Patch from Ubuntu package Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
da7daade92
commit
9d805c96eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue