[cairo] Small cleanup to NEON

Jeff Muizelaar jeff at infidigm.net
Fri May 22 12:27:33 PDT 2009


On Fri, May 22, 2009 at 04:29:47PM +0300, Jonathan Morton wrote:
> On Fri, 2009-05-22 at 13:02 +0000, Jonathan Morton wrote:
> > The attached patch cleans up some warnings and a compile error when
> > compiling for ARM NEON platforms.
> 
> As a follow-up, this patch stops ARM CPUs from crashing while using the
> new fastpath logic.
> 
> -- 
> ------
> From: Jonathan Morton
>       jonathan.morton at movial.com
> 

> diff --git a/pixman/pixman-arm-simd.c b/pixman/pixman-arm-simd.c
> index 8a6b58c..cd8c194 100644
> --- a/pixman/pixman-arm-simd.c
> +++ b/pixman/pixman-arm-simd.c
> @@ -427,4 +427,4 @@ static const FastPathInfo arm_simd_fast_path_array[] =
>      { PIXMAN_OP_NONE },
>  };
>  
> -const FastPathInfo *const arm_simd_fast_paths;
> +const FastPathInfo *const arm_simd_fast_paths = arm_simd_fast_path_array;

Soren committed this one.

-Jeff


More information about the cairo mailing list