projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1369b0b
)
Add alignment workaround to sse2
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Wed, 13 May 2009 15:04:07 +0000
(11:04 -0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Sat, 23 May 2009 16:05:01 +0000
(12:05 -0400)
pixman/pixman-sse2.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-sse2.c
b/pixman/pixman-sse2.c
index a53fd1e67cc359abaa5a439f7ae73d80e2903e29..f6e105544704361c72ba0b206e3d1e928e3b7cc1 100644
(file)
--- a/
pixman/pixman-sse2.c
+++ b/
pixman/pixman-sse2.c
@@
-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,