diff options
Diffstat (limited to 'graphics/imlib2/files/patch-amd64_blend')
-rw-r--r-- | graphics/imlib2/files/patch-amd64_blend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-amd64_blend b/graphics/imlib2/files/patch-amd64_blend new file mode 100644 index 000000000000..9bfaeab7bc3a --- /dev/null +++ b/graphics/imlib2/files/patch-amd64_blend @@ -0,0 +1,20 @@ +--- src/lib/amd64_blend.S.orig 2010-08-18 09:19:53.000000000 +0000 ++++ src/lib/amd64_blend.S 2010-08-18 09:20:01.000000000 +0000 +@@ -11,6 +11,7 @@ + + /*\ Some useful masks \*/ + .data ++.align 16 + m0X000000: .byte 0, 0, 0, 0, 0, 0, 255, 0 + .byte 0, 0, 0, 0, 0, 0, 255, 0 + m10000000: .byte 0, 0, 0, 0, 0, 0, 0, 1 +--- src/lib/amd64_blend_cmod.S.orig 2010-08-18 09:20:09.000000000 +0000 ++++ src/lib/amd64_blend_cmod.S 2010-08-18 09:20:16.000000000 +0000 +@@ -11,6 +11,7 @@ + + /*\ Some useful masks \*/ + .data ++.align 16 + m0X000000: .byte 0, 0, 0, 0, 0, 0, 255, 0 + .byte 0, 0, 0, 0, 0, 0, 255, 0 + m10000000: .byte 0, 0, 0, 0, 0, 0, 0, 1 |