Add alignment workaround to sse2
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 13 May 2009 15:04:07 +0000 (11:04 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 23 May 2009 16:05:01 +0000 (12:05 -0400)
pixman/pixman-sse2.c

index a53fd1e..f6e1055 100644 (file)
@@ -4989,6 +4989,7 @@ sse2_composite (pixman_implementation_t *imp,
                                      width, height);
 }
 
+__attribute__((__force_align_arg_pointer__))
 static pixman_bool_t
 sse2_blt (pixman_implementation_t *imp,
          uint32_t *src_bits,