[Mesa-dev] [PATCH 2/4] mesa: add arm64 support

Brian Paul brianp at vmware.com
Tue Nov 5 07:53:15 PST 2013


On 11/05/2013 08:51 AM, Fabio Pedretti wrote:
> Patch from Ubuntu package
> ---
>   src/mesa/main/compiler.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
> index 2820913..d7a52d2 100644
> --- a/src/mesa/main/compiler.h
> +++ b/src/mesa/main/compiler.h
> @@ -311,7 +311,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__)
>

Reviewed-by: Brian Paul <brianp at vmware.com>

Thanks.



More information about the mesa-dev mailing list