Enable NEON fills.
authorJonathan Morton <jmorton@sd070.hel.movial.fi>
Wed, 3 Jun 2009 14:43:41 +0000 (10:43 -0400)
committerJeff Muizelaar <jrmuizel@jeff-desktop.(none)>
Wed, 3 Jun 2009 14:43:41 +0000 (10:43 -0400)
pixman/pixman-arm-neon.c

index 434f737..96c1d21 100644 (file)
@@ -2191,7 +2191,7 @@ _pixman_implementation_create_arm_neon (void)
 
        imp->composite = arm_neon_composite;
 //     imp->blt = arm_neon_blt;
-//     imp->fill = arm_neon_fill;  --  Relies on code which is not upstreamed yet
+       imp->fill = arm_neon_fill;
 
        return imp;
 }